Browse Source

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

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 0cabe5e184)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
20.11.x
Nick Clemens 3 years ago
committed by Fridolin Somers
parent
commit
f82407e917
  1. 2
      t/db_dependent/Budgets.t

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

Loading…
Cancel
Save