fix: Test cases

This commit is contained in:
Deepesh Garg 2020-06-22 10:00:12 +05:30
parent edd4aa6faa
commit d79e8e82cb

View File

@ -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()