mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: Test cases
This commit is contained in:
@@ -186,9 +186,12 @@ class TestDatev(TestCase):
|
|||||||
"charge_type": "On Net Total",
|
"charge_type": "On Net Total",
|
||||||
"account_head": tax_account,
|
"account_head": tax_account,
|
||||||
"description": "Umsatzsteuer 19 %",
|
"description": "Umsatzsteuer 19 %",
|
||||||
"rate": 19
|
"rate": 19,
|
||||||
|
"cost_center": self.company.cost_center
|
||||||
})
|
})
|
||||||
|
|
||||||
|
si.cost_center = self.company.cost_center
|
||||||
|
|
||||||
si.save()
|
si.save()
|
||||||
si.submit()
|
si.submit()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user