From f82407e91776cf0336eade2d5b0b0a478986d661 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 Signed-off-by: Jonathan Druart (cherry picked from commit 0cabe5e184fb1d02464eda4de859bb6ebf2109d9) Signed-off-by: Fridolin Somers --- 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 052185c0d5..67d481132a 100755 --- a/t/db_dependent/Budgets.t +++ b/t/db_dependent/Budgets.t @@ -971,7 +971,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.39.2