commit | e9c6e644f7d6a6060c550c05e0d673b042b73465 | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Sun May 26 12:34:13 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Sun May 26 12:34:13 2019 +0530 |
tree | aaafa386ac14a4ff6c34331b4aabab86668184c9 | |
parent | 6f6636abfe11b8265c5c0f216a77719e7f222a7d [diff] |
fix: Multiple changes in dimension creation logic
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index 540b5ea..f44fb0c 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js
@@ -67,6 +67,9 @@ get_dimension_filters: async function() { let dimensions = await frappe.db.get_list('Accounting Dimension', { fields: ['label', 'fieldname', 'document_type'], + filters: { + disabled: 0 + } }); return dimensions;