commit | 5eef19723d9bc139f2ef1cad03c17f6c42b17b2f | [log] [tgz] |
---|---|---|
author | Wolfram Schmidt <wolfram.schmidt@tueit.de> | Tue Jan 05 18:47:11 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Jan 05 18:47:11 2021 +0100 |
tree | 9c42d52649014e9211b0f91b852dbcf34ecda82f | |
parent | f7b9b0687ead28f180839c19fe04a02f6829be35 [diff] |
Update item_tax_template_dashboard.py added missing backlink. In Item Groups I can set Item Tax Temple in Table taxes.
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'] } ] }