From b322a027203131131b451f78c01a446012420485 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 21 Apr 2021 11:16:18 +0000 Subject: [PATCH] Bug 23195: (follow-up) One text invoice should be open --- t/db_dependent/Budgets.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Budgets.t b/t/db_dependent/Budgets.t index 0e8fc0b168..c7eec725f9 100755 --- a/t/db_dependent/Budgets.t +++ b/t/db_dependent/Budgets.t @@ -969,7 +969,7 @@ subtest 'GetBudgetSpent and GetBudgetOrdered and GetBudgetHierarchy shipping and my $invoice_4 = $builder->build({ source => 'Aqinvoice', value => { - closedate => '2017-07-01', + closedate => undef, shipmentcost_budgetid => $budget0->{budget_id}, shipmentcost => 1.75 } -- 2.11.0