Bugzilla – Attachment 175618 Details for
Bug 38680
[24.05.x] 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 38680: Dont convert the copynumber
Bug-38680-Dont-convert-the-copynumber.patch (text/plain), 1.52 KB, created by
Emily Lamancusa (emlam)
on 2024-12-17 14:21:43 UTC
(
hide
)
Description:
Bug 38680: Dont convert the copynumber
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-12-17 14:21:43 UTC
Size:
1.52 KB
patch
obsolete
>From e9de34a2f3746081c512a9d0cce23abd23ad2b8f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 11 Dec 2024 22:34:23 +0000 >Subject: [PATCH] Bug 38680: Dont convert the copynumber > >Follow the test plan from Bug 38326. > >Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > acqui/addorderiso2709.pl | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/acqui/addorderiso2709.pl b/acqui/addorderiso2709.pl >index 4948beaab0..84e3949527 100755 >--- a/acqui/addorderiso2709.pl >+++ b/acqui/addorderiso2709.pl >@@ -532,10 +532,9 @@ 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->{copynumber} = delete $iteminfos->{copyno} if $iteminfos->{copyno}; >+ $iteminfos->{location} = delete $iteminfos->{loc} if $iteminfos->{loc}; > # Price is handled as "itemprice" in the UI form to distinguish from MarcFieldsToOrder >- $iteminfos->{itemprice} = delete $iteminfos->{price} if $iteminfos->{itemprice}; >+ $iteminfos->{itemprice} = delete $iteminfos->{price} if $iteminfos->{itemprice}; > > # Convert budge code to a budget id > my $item_budget_code = delete $iteminfos->{budget_code}; >-- >2.34.1
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 38680
:
175382
|
175419
| 175618