fix: Test cases
This commit is contained in:
parent
edd4aa6faa
commit
d79e8e82cb
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user