Browse Source

Bug 23195: (follow-up) One text invoice should be open

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Nick Clemens 2 years ago
committed by Jonathan Druart
parent
commit
0cabe5e184
  1. 2
      t/db_dependent/Budgets.t

2
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
}

Loading…
Cancel
Save