summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-08-13 10:06:30 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-08-13 10:06:30 +0700
commitdabf2a523d801ac222af046fea3bb08f9db6bf9f (patch)
tree2564ce58ff5d1087fb02088d3b03e0c097742723 /indoteknik_custom/models/purchase_order.py
parent1b5a1035452c00f4650d62caaf0eaff74cbc94b8 (diff)
Fix view stock.vendor dan buat model-view crm.lead (pengajuan tempo)
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
-rw-r--r--indoteknik_custom/models/purchase_order.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index f4d7a67a..2c589d36 100644
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -18,7 +18,7 @@ class PurchaseOrder(models.Model):
if product_uom_qty == sum_qty_received:
status = 'Terproses'
- elif product_uom_qty > sum_qty_received and sum_qty_received > 0:
+ elif product_uom_qty > sum_qty_received > 0:
status = 'Sebagian Diproses'
else:
status = 'Menunggu Diproses'