Remove payment plan reference
This commit is contained in:
parent
0134e13631
commit
a8d766f5f7
@ -13,14 +13,6 @@ frappe.ui.form.on("Payment Request", "onload", function(frm, dt, dn){
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
frm.set_query("payment_plan", function() {
|
||||
return {
|
||||
"filters": {
|
||||
"payment_gateway": ["=", frm.doc.payment_gateway_account]
|
||||
}
|
||||
};
|
||||
});
|
||||
})
|
||||
|
||||
frappe.ui.form.on("Payment Request", "refresh", function(frm) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user