diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-18 14:53:16 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-04-18 14:53:16 +0700 |
| commit | 391d7a3b93eff3eabee371b35ec5287e1f0afdd2 (patch) | |
| tree | e53c2f133ad97ea58bf23fab0f39ae6541574d03 /indoteknik_custom/models/automatic_purchase.py | |
| parent | 71a3d1e9c253c995a6f7cca564fd171254e9a0e6 (diff) | |
deactivate function check_qty_apo
Diffstat (limited to 'indoteknik_custom/models/automatic_purchase.py')
| -rw-r--r-- | indoteknik_custom/models/automatic_purchase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/automatic_purchase.py b/indoteknik_custom/models/automatic_purchase.py index 108dcf58..32a7d9dd 100644 --- a/indoteknik_custom/models/automatic_purchase.py +++ b/indoteknik_custom/models/automatic_purchase.py @@ -183,8 +183,8 @@ class AutomaticPurchase(models.Model): def create_po_by_vendor(self, vendor_id): current_time = datetime.now() - if not self.apo_type =='reordering': - self.check_qty_po() + # if not self.apo_type =='reordering': + # self.check_qty_po() PRODUCT_PER_PO = 20 |
