diff options
Diffstat (limited to 'indoteknik_custom/views')
| -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> |
