summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-08 10:51:15 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-08 10:51:15 +0700
commit2788fde55af0826b74986473ebcc1041a1864932 (patch)
treec8d9429c4f855f95c422c58273b2e04fe6d64589
parentd00eb6cdf40c7110a4a53422fcd20c0d46df25ee (diff)
<iman> change default sequence value
-rw-r--r--indoteknik_custom/models/promotion/promotion_program_line.py2
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 d253c68d..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=0)
+ sequence = fields.Integer(string='Sequence')
discount_type = fields.Selection([
("percentage", "Percentage"),
("fixed", "Fixed")