fix: align with 'Partly/Fully X' nomenclature in so & po

This commit is contained in:
David Arnold
2024-01-22 22:46:03 +01:00
parent b1aef01a1f
commit 7d8aa469d7
4 changed files with 5 additions and 5 deletions

View File

@@ -1806,7 +1806,7 @@ class AccountsController(TransactionBase):
new_status = None
# if money is paid set the paid states
if advance_paid:
new_status = "Partially Paid" if advance_paid < order_total else "Paid"
new_status = "Partially Paid" if advance_paid < order_total else "Fully Paid"
if not new_status:
prs = frappe.db.count(