mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
fix: Update tests
This commit is contained in:
@@ -30,6 +30,7 @@ class TestTaxes(unittest.TestCase):
|
|||||||
self.item_tax_template = frappe.get_doc({
|
self.item_tax_template = frappe.get_doc({
|
||||||
'doctype': 'Item Tax Template',
|
'doctype': 'Item Tax Template',
|
||||||
'title': uuid4(),
|
'title': uuid4(),
|
||||||
|
'company': self.company.name,
|
||||||
'taxes': [
|
'taxes': [
|
||||||
{
|
{
|
||||||
'tax_type': self.account.name,
|
'tax_type': self.account.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user