mirror of https://gitlab.crans.org/bde/nk20
Update test_treasury.py
This commit is contained in:
parent
ffac940511
commit
fc088dec86
|
@ -69,9 +69,11 @@ class TestInvoices(TestCase):
|
|||
response = self.client.post(reverse("treasury:invoice_create"), data={
|
||||
"id": 42,
|
||||
"object": "Same object",
|
||||
"quotation": True,
|
||||
"description": "Longer description",
|
||||
"name": "Me and others",
|
||||
"address": "Alwways earth",
|
||||
"payment_date": "Maybe someday...",
|
||||
"acquitted": True,
|
||||
"products-0-designation": "Designation",
|
||||
"products-0-quantity": 1,
|
||||
|
|
Loading…
Reference in New Issue