fix: Update triggers on Payment Reconciliation
This commit is contained in:
parent
9f7511d6bf
commit
3051f6e7f2
@ -461,7 +461,8 @@ def reconcile_against_document(args):
|
||||
frappe.flags.ignore_party_validation = False
|
||||
|
||||
if entry.voucher_type in ("Payment Entry", "Journal Entry"):
|
||||
doc.update_expense_claim()
|
||||
if hasattr(doc, "update_expense_claim"):
|
||||
doc.update_expense_claim()
|
||||
|
||||
|
||||
def check_if_advance_entry_modified(args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user