refactor: fetch advance account on party seleection

(cherry picked from commit c4ed04cb31)
This commit is contained in:
ruthra kumar
2024-09-03 17:27:50 +05:30
committed by Mergify
parent 3691a500eb
commit 202ebbe140

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) {