From 6de8fcdd262895c14cc8a4e3e16f35a0d05e82ff Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 22 Jul 2025 11:17:13 +0700 Subject: fix bug --- fixco_custom/models/automatic_purchase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom/models/automatic_purchase.py') 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) -- cgit v1.2.3