commit | 59e2114419c0c4b39a1c6253ded697b7218dcace | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Tue Jan 12 13:09:35 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Jan 12 13:09:35 2021 +0530 |
tree | 4a4f535eb1a843878e3d1770f909fcb81d66bb57 | |
parent | 7fd2b35a7d3cb0f7d6eb0a66851621b086697962 [diff] | |
parent | 5eef19723d9bc139f2ef1cad03c17f6c42b17b2f [diff] |
Merge pull request #24311 from wojosc/patch-14 fix: Update item_tax_template_dashboard.py
diff --git a/erpnext/accounts/doctype/item_tax_template/item_tax_template_dashboard.py b/erpnext/accounts/doctype/item_tax_template/item_tax_template_dashboard.py index acc308e..3d80a97 100644 --- a/erpnext/accounts/doctype/item_tax_template/item_tax_template_dashboard.py +++ b/erpnext/accounts/doctype/item_tax_template/item_tax_template_dashboard.py
@@ -20,7 +20,8 @@ 'items': ['Purchase Invoice', 'Purchase Order', 'Purchase Receipt'] }, { - 'items': ['Item'] + 'label': _('Stock'), + 'items': ['Item Groups', 'Item'] } ] }