commit | 87eb2827ef9e1d2fea46a9ecb721bfa5930ffb9b | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Jul 10 22:45:45 2020 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Jul 10 22:45:45 2020 +0530 |
tree | 8f8da5dcd137e204f0f011f6b750789e9606fbd4 | |
parent | b74077faf5433848976b4c14b18ebeaed7994bd3 [diff] |
fix: Update tests
diff --git a/erpnext/controllers/tests/test_qty_based_taxes.py b/erpnext/controllers/tests/test_qty_based_taxes.py index fd9936b..aaeac5d 100644 --- a/erpnext/controllers/tests/test_qty_based_taxes.py +++ b/erpnext/controllers/tests/test_qty_based_taxes.py
@@ -30,6 +30,7 @@ self.item_tax_template = frappe.get_doc({ 'doctype': 'Item Tax Template', 'title': uuid4(), + 'company': self.company.name, 'taxes': [ { 'tax_type': self.account.name,