Skip to content

Commit

Permalink
fix: validation blocks partial payment for SO and PO
Browse files Browse the repository at this point in the history
(cherry picked from commit cb2bfab)
  • Loading branch information
ruthra-kumar committed Aug 13, 2023
1 parent df632d7 commit ce08f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/accounts/doctype/payment_entry/payment_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def setup_party_account_field(self):
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()
Expand Down

0 comments on commit ce08f03

Please sign in to comment.