diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-07 13:58:24 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-07 13:58:24 +0700 |
| commit | db7481a490b87e3a1768112395bf096b93969562 (patch) | |
| tree | 4b62a1028b3db4748245a91a033817302deb0dff /indoteknik_custom/models/promotion_program_line.py | |
| parent | 06a4478d69975b8a6eb3d228fa88708448b40a0e (diff) | |
Add promotion program keyword and api homepage promotion
Diffstat (limited to 'indoteknik_custom/models/promotion_program_line.py')
| -rw-r--r-- | indoteknik_custom/models/promotion_program_line.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indoteknik_custom/models/promotion_program_line.py b/indoteknik_custom/models/promotion_program_line.py index 3d314f76..a8ee2c43 100644 --- a/indoteknik_custom/models/promotion_program_line.py +++ b/indoteknik_custom/models/promotion_program_line.py @@ -68,6 +68,3 @@ class PromotionProgramLine(models.Model): data = {'product_id': product.id, 'qty': 1, 'line_id': program_line.id} line_free_item.create(data) - - # TODO: Add show on homepage boolean untuk priority specific product - # TODO: Discount loading otomatis membuat line dengan product_id yang sama dengan parent |
