fix: update PR status in database
This commit is contained in:
parent
4198cf58e5
commit
8993ccb7d2
@ -176,7 +176,7 @@ class PurchaseReceipt(BuyingController):
|
||||
if flt(self.per_billed) < 100:
|
||||
self.update_billing_status()
|
||||
else:
|
||||
self.status = "Completed"
|
||||
self.db_set("status", "Completed")
|
||||
|
||||
|
||||
# Updating stock ledger should always be called after updating prevdoc status,
|
||||
|
Loading…
x
Reference in New Issue
Block a user