Bugzilla – Attachment 128315 Details for
Bug 29349
Item-level holds should assume the same pickup location as bib-level holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29349: (follow-up) Fix width of item level dropdowns
Bug-29349-follow-up-Fix-width-of-item-level-dropdo.patch (text/plain), 1.49 KB, created by
Lucas Gass (lukeg)
on 2021-12-07 19:22:03 UTC
(
hide
)
Description:
Bug 29349: (follow-up) Fix width of item level dropdowns
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2021-12-07 19:22:03 UTC
Size:
1.49 KB
patch
obsolete
>From 7d3f059a347f4201040cc0eb02648cdb0f88df85 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 7 Dec 2021 19:21:03 +0000 >Subject: [PATCH] Bug 29349: (follow-up) Fix width of item level dropdowns > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index b1ab990f13..383f6a3478 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -764,7 +764,7 @@ > </td> > <td> > [% IF (itemloo.pickup_locations_count > 0) %] >- <select name="item_pickup_[% itemloo.itemnumber | html %]" class="pickup_locations" >+ <select name="item_pickup_[% itemloo.itemnumber | html %]" class="pickup_locations" style="width:100%;" > data-item-id="[% itemloo.itemnumber | html %]" > data-patron-id="[% patron.borrowernumber | html %]" > data-pickup-location-source="item"> >-- >2.20.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 29349
:
128233
|
128300
|
128315
|
128370
|
128372
|
128406
|
128407