commit | a8d766f5f757c7fbdf7bdc7c7db4e07a69edc78a | [log] [tgz] |
---|---|---|
author | Charles-Henri Decultot <chdecultot@dokos.io> | Wed Jun 20 17:40:00 2018 +0000 |
committer | Charles-Henri Decultot <chdecultot@dokos.io> | Fri Jul 13 13:15:59 2018 +0000 |
tree | 8a409c8000096b1b91a25173831d0a91ff1d3ada | |
parent | 0134e13631342a7dc7aaa1bdd50ad2316e8a9985 [diff] |
Remove payment plan reference
diff --git a/erpnext/accounts/doctype/payment_request/payment_request.js b/erpnext/accounts/doctype/payment_request/payment_request.js index a800429..90042cb 100644 --- a/erpnext/accounts/doctype/payment_request/payment_request.js +++ b/erpnext/accounts/doctype/payment_request/payment_request.js
@@ -13,14 +13,6 @@ } }) } - - frm.set_query("payment_plan", function() { - return { - "filters": { - "payment_gateway": ["=", frm.doc.payment_gateway_account] - } - }; - }); }) frappe.ui.form.on("Payment Request", "refresh", function(frm) {