Bugzilla – Attachment 120124 Details for
Bug 27790
Possibility to filter Holds to pull list using pickup place
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27790: (QA follow-up) Fix offsets due to new columns
Bug-27790-QA-follow-up-Fix-offsets-due-to-new-colu.patch (text/plain), 1.41 KB, created by
Kyle M Hall (khall)
on 2021-04-23 17:12:00 UTC
(
hide
)
Description:
Bug 27790: (QA follow-up) Fix offsets due to new columns
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-23 17:12:00 UTC
Size:
1.41 KB
patch
obsolete
>From 05cd884c8f7eced94a27592bce5b37eaec2fd436 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 23 Apr 2021 12:53:34 -0400 >Subject: [PATCH] Bug 27790: (QA follow-up) Fix offsets due to new columns > >--- > .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 0d2380e953..fb90eeacdd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -243,8 +243,8 @@ > <td id="itemtype-filter"></td> > <td id="locationfilter"></td> > <td></td> >- <td id="pickup-location"></td> > <td></td> >+ <td id="pickup-location"></td> > <td></td> > </tr> > </tfoot> >@@ -353,9 +353,9 @@ > }); > }); > $("#pickup-location").each( function () { >- $(this).html( createSelect( holdst.fnGetColumnData(13) ) ); >+ $(this).html( createSelect( holdst.fnGetColumnData(14) ) ); > $('select', this).change( function () { >- holdst.fnFilter( $(this).val(), 13 ); >+ holdst.fnFilter( $(this).val(), 14 ); > }); > }); > }); >-- >2.24.3 (Apple Git-128)
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 27790
:
117305
|
117332
|
120123
| 120124 |
120229