Bugzilla – Attachment 78707 Details for
Bug 19469
Add ability to split view of holds view on record by pickup library and/or itemtype
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19469: (QA followup) Disable priority pulldowns when using
Bug-7534-QA-followup-Disable-priority-pulldowns-wh.patch (text/plain), 1.55 KB, created by
Kyle M Hall (khall)
on 2018-09-14 19:01:18 UTC
(
hide
)
Description:
Bug 19469: (QA followup) Disable priority pulldowns when using
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-09-14 19:01:18 UTC
Size:
1.55 KB
patch
obsolete
>From 2fac0db3c942f01ccfe4d69800684f38ef5e3f62 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutiosn.com> >Date: Fri, 7 Sep 2018 14:28:31 -0400 >Subject: [PATCH] Bug 19469: (QA followup) Disable priority pulldowns when using > split holds queue > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 7 ++++++- > 1 file changed, 6 insertions(+), 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 2c7dd67d3b..2fd2d184e8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -1,3 +1,4 @@ >+[% USE Koha %] > <table> > <tr> > [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] >@@ -25,7 +26,11 @@ > <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> > <input type="hidden" name="borrowernumber" value="[% hold.borrowernumber | html %]" /> > <input type="hidden" name="biblionumber" value="[% hold.biblionumber | html %]" /> >- <select name="rank-request"> >+ [% IF Koha.Preference('HoldsSplitQueue') == "nothing" %] >+ <select name="rank-request"> >+ [% ELSE %] >+ <select name="rank-request" disabled> >+ [% END %] > [% IF ( hold.found ) %] > [% IF ( hold.intransit ) %] > <option value="T" selected="selected">In transit</option> >-- >2.11.0
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 19469
:
68166
|
68167
|
68168
|
68169
|
68347
|
68348
|
68609
|
72304
|
72305
|
72441
|
72442
|
72443
|
72501
|
74260
|
74328
|
74329
|
74330
|
74331
|
74332
|
74333
|
74334
|
74909
|
78506
|
78507
|
78508
|
78509
|
78510
|
78511
|
78512
|
78513
|
78526
|
78529
| 78707 |
81828
|
81829