diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-12 08:22:10 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-12 08:22:10 +0700 |
| commit | 1f2995a85428ac4335123bd33d48ae17d3c9f36f (patch) | |
| tree | 42d8558ac317fcb3b158b52fe01205c35b885c64 /indoteknik_custom/views/promotion_program_line.xml | |
| parent | db7481a490b87e3a1768112395bf096b93969562 (diff) | |
Update promotion program feature
Diffstat (limited to 'indoteknik_custom/views/promotion_program_line.xml')
| -rw-r--r-- | indoteknik_custom/views/promotion_program_line.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/views/promotion_program_line.xml b/indoteknik_custom/views/promotion_program_line.xml index bb625a8f..e15bb0d7 100644 --- a/indoteknik_custom/views/promotion_program_line.xml +++ b/indoteknik_custom/views/promotion_program_line.xml @@ -34,11 +34,11 @@ <field name="limit_qty_transaction" /> <field name="discount_type" - attrs="{'invisible': [('promotion_type', '!=', 'specific_product')]}" + attrs="{'invisible': [('promotion_type', '!=', 'special_price')]}" /> <field name="discount_amount" - attrs="{'invisible': [('promotion_type', '!=', 'specific_product')]}" + attrs="{'invisible': [('promotion_type', '!=', 'special_price')]}" /> <field name="minimum_purchase_qty" @@ -50,7 +50,7 @@ /> <field name="display_on_homepage" - attrs="{'invisible': [('promotion_type', '!=', 'specific_product')]}" + attrs="{'invisible': [('promotion_type', '!=', 'special_price')]}" /> </group> </group> |
