Bugzilla – Attachment 159607 Details for
Bug 35489
Holds on items with no barcode are missing an input for itemnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35489:
Bug-35489.patch (text/plain), 2.95 KB, created by
ByWater Sandboxes
on 2023-12-05 19:38:43 UTC
(
hide
)
Description:
Bug 35489:
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2023-12-05 19:38:43 UTC
Size:
2.95 KB
patch
obsolete
>From a9b22d9e7fbb1bccf6f8590e1039e2e6a265d5b7 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 5 Dec 2023 15:47:23 +0000 >Subject: [PATCH] Bug 35489: > >This page is a ingle form, all fields must have inputs to avoid data loss/mismatch > >To test: >1 - Find a record in the catalog and add or edit items to have one item with a barcode and one without >2 - Place an item level hold on the item with no barcode >3 - Place another hold for a different patron on the item with a barcode >4 - From the holds table add an expiration date to the hold with a barcode and save >5 - Note the hold on the item with no barcode is now on the item with a barcode and the other hold is now a next available hold >6 - Delete the holds >7 - Apply patch >8 - Repeat 2-4 >9 - Confirm the itemnumbers for the holds have not changed > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index f443a7e197..7172c526f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -167,10 +167,10 @@ > <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% hold.biblionumber | uri %]&itemnumber=[% hold.itemnumber | uri %]#item[% hold.itemnumber | uri %]"> > [%- IF ( hold.barcodenumber ) -%] > [%- hold.barcodenumber | html -%] >- <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> > [%- ELSE -%] > <span>No barcode</span> > [%- END -%] >+ <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> > </a> > [%- ELSE -%] > [%- IF ( hold.item_level_hold ) -%] >@@ -179,10 +179,10 @@ > <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% hold.biblionumber | uri %]&itemnumber=[% hold.itemnumber | uri %]#item[% hold.itemnumber | uri %]"> > [%- IF ( hold.barcodenumber ) -%] > [%- hold.barcodenumber | html -%] >- <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> > [%- ELSE -%] > <span>No barcode</span> > [%- END -%] >+ <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> > </a> > </em> > [%- ELSE -%] >-- >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 35489
:
159588
|
159607
|
159929
|
160573