Bugzilla – Attachment 160994 Details for
Bug 35774
add_item_to_item_group additem.pl should be $item->itemnumber instead of biblioitemnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35774: Use itemnumber instead of biblioitemnumber
Bug-35774-Use-itemnumber-instead-of-biblioitemnumb.patch (text/plain), 1.26 KB, created by
Lucas Gass (lukeg)
on 2024-01-12 18:10:18 UTC
(
hide
)
Description:
Bug 35774: Use itemnumber instead of biblioitemnumber
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-01-12 18:10:18 UTC
Size:
1.26 KB
patch
obsolete
>From cb957a10a7087faac66d31c5b501e5734a2c277c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 12 Jan 2024 18:05:22 +0000 >Subject: [PATCH] Bug 35774: Use itemnumber instead of biblioitemnumber > >To test: ( SAME PLAN AS BZ 33639) >Apply patch >1 - Browse to details page for a record >2 - Create or ensure the record has item group(s) >3 - Click New->New item >4 - Note the bottom of the page has a form to attach to existing group >5 - Note when a group is selected the enumchron field is populated >6 - Confirm item is saved to group when saved >--- > cataloguing/additem.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index cb517a51c7..b84d70cc50 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -444,7 +444,7 @@ if ($op eq "additem") { > $current_item->discard_changes; # Cannot chain discard_changes > $current_item = $current_item->unblessed; > add_item_to_item_group( >- $item->biblionumber, $item->biblioitemnumber, $item_group, >+ $item->biblionumber, $item->itemnumber, $item_group, > $item_group_description > ); > >-- >2.30.2
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 35774
:
160994
|
161122
|
161127
|
161182