diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 11:52:46 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-08 11:52:46 +0700 |
| commit | d3c81ab11752936ecff348d049dc371d03290bfc (patch) | |
| tree | c8d9429c4f855f95c422c58273b2e04fe6d64589 | |
| parent | 53d5f0115e963e45b4f7477d2d884968e4bba0c2 (diff) | |
back to
| -rw-r--r-- | indoteknik_custom/models/promotion/promotion_program_line.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/promotion/promotion_program_line.py b/indoteknik_custom/models/promotion/promotion_program_line.py index 9af6a867..69aa4959 100644 --- a/indoteknik_custom/models/promotion/promotion_program_line.py +++ b/indoteknik_custom/models/promotion/promotion_program_line.py @@ -23,7 +23,7 @@ class PromotionProgramLine(models.Model): display_on_homepage = fields.Boolean('Display on Homepage') price = fields.Float('Price') - sequence = fields.Integer(string='Sequence', default=12345) + sequence = fields.Integer(string='Sequence') discount_type = fields.Selection([ ("percentage", "Percentage"), ("fixed", "Fixed") |
