diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-09-03 16:38:22 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-09-03 16:38:22 +0700 |
| commit | 1dbb07dbf4e45ebd681b439eae5de4e891e9d801 (patch) | |
| tree | c751b8150823e837d42a8a3aa06b3022eab9c84b /base_accounting_kit/views/credit_limit_view.xml | |
| parent | e6e50dd2a1d8552ce75b733bd2eb8cdcb9e76e94 (diff) | |
change validation of credit limit
Diffstat (limited to 'base_accounting_kit/views/credit_limit_view.xml')
| -rwxr-xr-x | base_accounting_kit/views/credit_limit_view.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base_accounting_kit/views/credit_limit_view.xml b/base_accounting_kit/views/credit_limit_view.xml index 17d0b34..a0f215b 100755 --- a/base_accounting_kit/views/credit_limit_view.xml +++ b/base_accounting_kit/views/credit_limit_view.xml @@ -28,6 +28,7 @@ <field name="has_due" invisible="1"/> <field name="is_warning" invisible="1"/> <field name="outstanding_amount" invisible="1"/> + <field name="approval_status"/> </xpath> <xpath expr="//header" position="after"> <div class="alert alert-info" role="alert" style="height: 40px; margin-bottom:0px;" |
