Bugzilla – Attachment 170637 Details for
Bug 37413
Updating an item level hold on an item with no barcode to a next available hold also modifies the other holds on the record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37413: [Alternative] Ensure itemnumber is sent
Bug-37413-Alternative-Ensure-itemnumber-is-sent.patch (text/plain), 1.35 KB, created by
Kyle M Hall (khall)
on 2024-08-23 14:50:40 UTC
(
hide
)
Description:
Bug 37413: [Alternative] Ensure itemnumber is sent
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-08-23 14:50:40 UTC
Size:
1.35 KB
patch
obsolete
>From 86f5450fdf969a64847cc13367fba61defc8c40e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 1 Aug 2024 11:59:58 +0000 >Subject: [PATCH] Bug 37413: [Alternative] Ensure itemnumber is sent > >Fix condition to ensure the itemnumber is sent > >Signed-off-by: Sam Lau <samalau@gmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 af0e79c8c47..26edf3bf79c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -194,7 +194,7 @@ > </option> > <option value="1">Next available</option> > </select> >- [%- IF ( hold.barcodenumber ) -%] >+ [%- IF ( hold.itemnumber ) -%] > <input type="hidden" name="itemnumber" value="[% hold.itemnumber | html %]" /> > [%- END -%] > [%- IF hold.itemtype -%] >-- >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 37413
:
169872
|
169877
|
169942
|
169947
| 170637