Bugzilla – Attachment 174679 Details for
Bug 38326
copyno not copied over when set in MarcItemFieldsToOrder system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38326: (QA follow-up) Tidy
Bug-38326-QA-follow-up-Tidy.patch (text/plain), 1.06 KB, created by
Matt Blenkinsop
on 2024-11-18 11:35:16 UTC
(
hide
)
Description:
Bug 38326: (QA follow-up) Tidy
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-11-18 11:35:16 UTC
Size:
1.06 KB
patch
obsolete
>From 9ade143891e67ad4460c902cd3f8e3b76f528fae Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Mon, 18 Nov 2024 11:34:17 +0000 >Subject: [PATCH] Bug 38326: (QA follow-up) Tidy > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > Koha/MarcOrder.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/MarcOrder.pm b/Koha/MarcOrder.pm >index d3380ea584a..eb2c13d3a3f 100644 >--- a/Koha/MarcOrder.pm >+++ b/Koha/MarcOrder.pm >@@ -727,7 +727,8 @@ sub import_biblios_list { > my $quantity = delete $iteminfos->{quantity} || 1; > > # Handle incorrectly named original parameters for MarcItemFieldsToOrder >- $iteminfos->{location} = delete $iteminfos->{loc} if $iteminfos->{loc}; >+ $iteminfos->{location} = delete $iteminfos->{loc} if $iteminfos->{loc}; >+ > # Convert budget code to a budget id > my $item_budget_code = delete $iteminfos->{budget_code}; > if ($item_budget_code) { >-- >2.39.3 (Apple Git-146)
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 38326
:
173876
|
174287
|
174678
| 174679