commit | 124eabaac82cb45db1ae4d87148d2e74d59e1ff9 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Thu Aug 06 14:16:48 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu Aug 06 14:16:48 2020 +0000 |
tree | faab57c5e3a178770c2ad055a08525f692803d5e | |
parent | d854d39c00a23e1121020509697383e5d04d1bcc [diff] | |
parent | a78336e77de6156e843e6fc5343d841b140f6460 [diff] |
Merge branch 'develop' into barredterra-patch-1
diff --git a/erpnext/accounts/doctype/payment_entry/payment_entry.js b/erpnext/accounts/doctype/payment_entry/payment_entry.js index adfaade..9fc44bc 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.js +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.js
@@ -42,7 +42,8 @@ frm.set_query("bank_account", function() { return { filters: { - is_company_account: 1 + is_company_account: 1, + company: frm.doc.company } } }); @@ -1049,4 +1050,4 @@ }); } }, -}) \ No newline at end of file +})