From 0532c183022cbd0cb3641ace0349f8932b0f1cd3 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 14 Mar 2025 18:16:59 +0000 Subject: [PATCH] Bug 39282: (follow-up) Use generated budget and don't rely on existing data --- t/db_dependent/Koha/MarcOrder.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/MarcOrder.t b/t/db_dependent/Koha/MarcOrder.t index 41a0cadbab0..b9e05cfb546 100755 --- a/t/db_dependent/Koha/MarcOrder.t +++ b/t/db_dependent/Koha/MarcOrder.t @@ -467,7 +467,7 @@ subtest 'add_items_from_import_record() - addorderiso2709.pl' => sub { 'notforloans' => [ '', ], - 'c_budget_id' => 2, + 'c_budget_id' => $budgetid2, 'replacementprices' => [ '0.00', ], -- 2.39.5