Bugzilla – Attachment 179345 Details for
Bug 39282
When adding an order from file, data entered in the "Item information" tab is not saved and invalid items are created
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39282: (follow-up) Use generated budget and don't rely on existing data
Bug-39282-follow-up-Use-generated-budget-and-dont-.patch (text/plain), 872 bytes, created by
Nick Clemens (kidclamp)
on 2025-03-14 18:17:21 UTC
(
hide
)
Description:
Bug 39282: (follow-up) Use generated budget and don't rely on existing data
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-03-14 18:17:21 UTC
Size:
872 bytes
patch
obsolete
>From 0532c183022cbd0cb3641ace0349f8932b0f1cd3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39282
:
179222
|
179223
|
179224
|
179225
|
179230
|
179280
|
179281
|
179282
|
179283
|
179305
|
179306
|
179307
|
179308
| 179345