diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-03 02:13:09 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-03 02:13:09 +0000 |
| commit | be81dd2570b45de430db12ecb668f2e4df25d01b (patch) | |
| tree | efa23be9ae47d1b07ff9d45975814f8e2a6144a4 /indoteknik_custom/views | |
| parent | 7be7fa7270fba7bca47a1838ef569710875960f0 (diff) | |
| parent | 77c4f329788de87938c971de525b9717844978b8 (diff) | |
Merged in feature/iman_sequence (pull request #153)
<iman> add sequence to program promotion line
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/promotion/promotion_program_line.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/promotion/promotion_program_line.xml b/indoteknik_custom/views/promotion/promotion_program_line.xml index 3f077a13..f3c2eea1 100644 --- a/indoteknik_custom/views/promotion/promotion_program_line.xml +++ b/indoteknik_custom/views/promotion/promotion_program_line.xml @@ -32,6 +32,7 @@ <field name="package_limit_user" /> <field name="package_limit_trx" /> <field name="price" attrs="{'invisible': [('promotion_type', '=', 'special_price')]}" /> + <field name="sequence"/> <field name="discount_type" attrs="{'invisible': [('promotion_type', '!=', 'special_price')]}" /> <field name="discount_amount" attrs="{'invisible': [('promotion_type', '!=', 'special_price')]}" /> </group> |
