refactor: fetch advance account on party seleection
This commit is contained in:
@@ -129,6 +129,7 @@ frappe.ui.form.on("Process Payment Reconciliation", {
|
|||||||
company: frm.doc.company,
|
company: frm.doc.company,
|
||||||
party_type: frm.doc.party_type,
|
party_type: frm.doc.party_type,
|
||||||
party: frm.doc.party,
|
party: frm.doc.party,
|
||||||
|
include_advance: 1,
|
||||||
},
|
},
|
||||||
callback: (r) => {
|
callback: (r) => {
|
||||||
if (!r.exc && r.message) {
|
if (!r.exc && r.message) {
|
||||||
|
|||||||
Reference in New Issue
Block a user