Remove payment plan reference

This commit is contained in:
Charles-Henri Decultot 2018-06-20 17:40:00 +00:00
parent 0134e13631
commit a8d766f5f7

View File

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