fix: Item Tax Template

This commit is contained in:
mohammadahmad1990 2020-06-18 12:21:42 +05:00
parent e39649bc9e
commit 728bf0e6dd

View File

@ -53,7 +53,8 @@ class calculate_taxes_and_totals(object):
'tax_category': self.doc.get('tax_category'),
'posting_date': self.doc.get('posting_date'),
'bill_date': self.doc.get('bill_date'),
'transaction_date': self.doc.get('transaction_date')
'transaction_date': self.doc.get('transaction_date'),
'company': self.doc.get('company')
}
item_group = item_doc.item_group