mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
Merge branch 'version-14' into version-14-hotfix
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
|||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
|
|
||||||
__version__ = "14.27.8"
|
__version__ = "14.29.2"
|
||||||
|
|
||||||
|
|
||||||
def get_default_company(user=None):
|
def get_default_company(user=None):
|
||||||
|
|||||||
@@ -196,6 +196,7 @@ class PaymentEntry(AccountsController):
|
|||||||
elif latest.outstanding_amount < latest.invoice_amount and flt(
|
elif latest.outstanding_amount < latest.invoice_amount and flt(
|
||||||
d.outstanding_amount, d.precision("outstanding_amount")
|
d.outstanding_amount, d.precision("outstanding_amount")
|
||||||
) != flt(latest.outstanding_amount, d.precision("outstanding_amount")):
|
) != flt(latest.outstanding_amount, d.precision("outstanding_amount")):
|
||||||
|
|
||||||
frappe.throw(
|
frappe.throw(
|
||||||
_(
|
_(
|
||||||
"{0} {1} has already been partly paid. Please use the 'Get Outstanding Invoice' or the 'Get Outstanding Orders' button to get the latest outstanding amounts."
|
"{0} {1} has already been partly paid. Please use the 'Get Outstanding Invoice' or the 'Get Outstanding Orders' button to get the latest outstanding amounts."
|
||||||
|
|||||||
Reference in New Issue
Block a user