fix: Item Tax Template

This commit is contained in:
mohammadahmad1990
2020-06-18 11:18:44 +05:00
parent 4bff9d8663
commit 41c0c9f46b
4 changed files with 16 additions and 7 deletions

View File

@@ -570,7 +570,8 @@ def get_tax_template(doctype, txt, searchfield, start, page_len, filters):
args = {
'item_code': filters.get('item_code'),
'posting_date': filters.get('valid_from'),
'tax_category': filters.get('tax_category')
'tax_category': filters.get('tax_category'),
'company': filters.get('company')
}
taxes = _get_item_tax_template(args, taxes, for_validate=True)