summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-07-08 03:52:15 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-07-08 03:52:15 +0000
commit4ff0784ecca82796493f4311983ed8194b8e4723 (patch)
treeab3a7558b923231bf836067426b2859e5704f1f6
parent57459d69112cd0217bd72d8cb47dd9b138b62760 (diff)
parent2788fde55af0826b74986473ebcc1041a1864932 (diff)
Merged in feature/iman_sequence (pull request #155)
<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")