diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-18 10:30:02 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-18 10:31:20 +0700 |
| commit | f4486625017ee5edae369a6be283863a30066b3b (patch) | |
| tree | 46b1f2da277403edda1ead8e7b40314860294ce1 /indoteknik_custom/views | |
| parent | cca31a5f582e097518701a192d4cda88525fc979 (diff) | |
cashback 15% customer commision
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index 37df16ff..4be0840f 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -81,6 +81,8 @@ <field name="commision_percent"/> <field name="commision_amt"/> <field name="commision_amt_text"/> + <field name="cashback" attrs="{'invisible': [('commision_type', 'not in', ['cashback'])]}"/> + <field name="total_commision" attrs="{'invisible': [('commision_type', 'not in', ['cashback'])]}"/> <field name="grouped_so_number" readonly="1"/> <field name="grouped_invoice_number" readonly="1"/> <field name="approved_by" readonly="1"/> |
