summaryrefslogtreecommitdiff
path: root/tests/test_helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_helper.cpp')
-rw-r--r--tests/test_helper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_helper.cpp b/tests/test_helper.cpp
index c99bdd0..7b1bf96 100644
--- a/tests/test_helper.cpp
+++ b/tests/test_helper.cpp
@@ -152,7 +152,6 @@ static invoice _create_nl_b2b_inv_outgoing()
inv.supplier = administration::company_info_get();
inv.customer = _create_nl_business();
inv.is_outgoing = 1;
- inv.status = invoice_status::INVOICE_CONCEPT;
inv.issued_at = time(NULL);
inv.delivered_at = inv.issued_at;
inv.expires_at = inv.issued_at + 1000;
@@ -165,7 +164,6 @@ static invoice _create_nl_b2b_inv_incomming()
inv.supplier = _create_nl_business();
inv.customer = administration::company_info_get();
inv.is_outgoing = 0;
- inv.status = invoice_status::INVOICE_CONCEPT;
inv.issued_at = time(NULL);
inv.delivered_at = inv.issued_at;
inv.expires_at = inv.issued_at + 1000;