Bugzilla – Attachment 169947 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.28 KB, created by
Sam Lau
on 2024-08-01 12:54:52 UTC
(
hide
)
Description:
Bug 37413: [Alternative] Ensure itemnumber is sent
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2024-08-01 12:54:52 UTC
Size:
1.28 KB
patch
obsolete
>From c6fe016c29aeff8b7d67df8a2c12ba7cde7b1838 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> >--- > 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 af0e79c8c4..26edf3bf79 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.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 37413
:
169872
|
169877
|
169942
|
169947
|
170637