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