Merge pull request #36621 from frappe/mergify/bp/version-14-hotfix/pr-36309

fix: allocation validation blocks partial payment for SO and PO (backport #36309)
This commit is contained in:
ruthra kumar
2023-08-13 11:39:27 +05:30
committed by GitHub

View File

@@ -61,7 +61,7 @@ class PaymentEntry(AccountsController):
def validate(self):
self.setup_party_account_field()
self.set_missing_values()
self.set_missing_ref_details()
self.set_missing_ref_details(force=True)
self.validate_payment_type()
self.validate_party_details()
self.set_exchange_rate()