summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-07-08 04:53:10 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-07-08 04:53:10 +0000
commitc2d429c26a4443e15aeec359ad54a41a7b92e904 (patch)
treeab3a7558b923231bf836067426b2859e5704f1f6
parenta63cac0be6fba389eddfd57778d771cb74e0ca60 (diff)
parentd3c81ab11752936ecff348d049dc371d03290bfc (diff)
Merged in feature/iman_sequence (pull request #161)
back to
-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 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")