commit | 9d3f242f396554d87c972e977509b7aba9a23c06 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Feb 11 11:17:33 2021 +0530 |
committer | GitHub <noreply@github.com> | Thu Feb 11 11:17:33 2021 +0530 |
tree | e7b293be03fe35743ea4893ae3e7cc8e1e30e25b | |
parent | 79ba299abc4a3e6ec15cdffea86edd9b106acdea [diff] |
Update subscription.js
diff --git a/erpnext/accounts/doctype/subscription/subscription.js b/erpnext/accounts/doctype/subscription/subscription.js index 1b2cbc2..1a90664 100644 --- a/erpnext/accounts/doctype/subscription/subscription.js +++ b/erpnext/accounts/doctype/subscription/subscription.js
@@ -13,10 +13,10 @@ frm.set_query('cost_center', function() { return { - filters : { + filters: { company: frm.doc.company } - } + }; }); },