diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-22 11:17:13 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-22 11:17:13 +0700 |
| commit | 6de8fcdd262895c14cc8a4e3e16f35a0d05e82ff (patch) | |
| tree | bfb7e0e7b5640abdeb152c76d9f0356311891478 /fixco_custom/models/automatic_purchase.py | |
| parent | 737d6932676242ad4aae7f7c175ea98d5b00f437 (diff) | |
fix bug
Diffstat (limited to 'fixco_custom/models/automatic_purchase.py')
| -rw-r--r-- | fixco_custom/models/automatic_purchase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/automatic_purchase.py b/fixco_custom/models/automatic_purchase.py index 98a4136..d2d6830 100644 --- a/fixco_custom/models/automatic_purchase.py +++ b/fixco_custom/models/automatic_purchase.py @@ -126,7 +126,7 @@ class AutomaticPurchase(models.Model): if partner_id != 270: key = (partner_id,) - elif brand_id == 3: + elif brand_id == 3: # ryu key = (partner_id, brand_id, category_id) else: key = (partner_id, brand_id) |
