refactor: fetch advance account on party seleection

This commit is contained in:
ruthra kumar
2024-09-03 17:27:50 +05:30
parent 143209f91a
commit c4ed04cb31

View File

@@ -129,6 +129,7 @@ frappe.ui.form.on("Process Payment Reconciliation", {
company: frm.doc.company,
party_type: frm.doc.party_type,
party: frm.doc.party,
include_advance: 1,
},
callback: (r) => {
if (!r.exc && r.message) {