fix: validation blocks partial payment for SO and PO

This commit is contained in:
ruthra kumar 2023-07-25 14:38:17 +05:30
parent a785a6054e
commit cb2bfabb6f

View File

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