Bugzilla – Attachment 195200 Details for
Bug 40504
ILL requests should have ability to assign staff to manage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40504: (QA follow-up) Tidy
007403a.patch (text/plain), 5.10 KB, created by
Lisette Scheer
on 2026-03-12 16:36:21 UTC
(
hide
)
Description:
Bug 40504: (QA follow-up) Tidy
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2026-03-12 16:36:21 UTC
Size:
5.10 KB
patch
obsolete
>From 007403a8a9cce26905a020a8bffd324c33cff73a Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisette@bywatersolutions.com> >Date: Wed, 11 Mar 2026 16:54:19 +0000 >Subject: [PATCH] Bug 40504: (QA follow-up) Tidy > >--- > ill/ill-requests.pl | 4 ++-- > .../prog/en/includes/select_manager.inc | 16 ++-------------- > .../prog/en/modules/ill/ill-requests.tt | 13 ++++--------- > 3 files changed, 8 insertions(+), 25 deletions(-) > >diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl >index b5d6c9490dc..5d74a75d17e 100755 >--- a/ill/ill-requests.pl >+++ b/ill/ill-requests.pl >@@ -144,12 +144,12 @@ if ($backends_available) { > $op = 'historycheck'; > $template->param( $history_check->history_check_template_params($params) ) > >- # ILLCheckAvailability operation >+ # ILLCheckAvailability operation > } elsif ( $availability->show_availability($request) ) { > $op = 'availability'; > $template->param( $availability->availability_template_params($params) ) > >- # ILLModuleDisclaimerByType operation >+ # ILLModuleDisclaimerByType operation > } elsif ( $type_disclaimer->show_type_disclaimer($request) ) { > $op = 'typedisclaimer'; > $template->param( $type_disclaimer->type_disclaimer_template_params($params) ); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/select_manager.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/select_manager.inc >index a2fe25ea513..2b3f496adc9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/select_manager.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/select_manager.inc >@@ -2,20 +2,8 @@ > [% IF add_modal %] > [% SET columns = ['cardnumber','name','category','branch','action'] %] > [% SET filter = filter %] >- [% PROCESS patron_search_modal >- columns => columns, >- modal_title => t("Select manager"), >- patron_search_modal_id => 'patron_search_modal_manager', >- table_id => 'patron_search_modal_manager_table' >- %] >- [% PROCESS patron_search_js >- columns => columns, >- actions => ["select"], >- preview_on_name_click => 1, >- table_id => 'patron_search_modal_manager_table', >- callback => 'select_manager' >- empty_table_settings => 1 >- %] >+ [% PROCESS patron_search_modal columns => columns, modal_title => t("Select manager"), patron_search_modal_id => 'patron_search_modal_manager', table_id => 'patron_search_modal_manager_table' %] >+ [% PROCESS patron_search_js columns => columns, actions => ["select"], preview_on_name_click => 1, table_id => 'patron_search_modal_manager_table', callback => 'select_manager' empty_table_settings => 1 %] > [% END %] > <script> > function select_manager(borrowernumber, borrower) { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index e3e0daf8160..e6088fcbae4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -392,10 +392,7 @@ > <label for="borrowernumber">Patron ID:</label> > <input name="borrowernumber" id="borrowernumber" type="text" value="[% request.borrowernumber | html %]" /> > </li> >- [% PROCESS select_manager_form >- manager => request.manager >- required_permission => CAN_user_ill >- %] >+ [% PROCESS select_manager_form manager => request.manager required_permission => CAN_user_ill %] > <li class="biblio_id"> > <label for="biblio_id" class="biblio_id">Bibliographic record ID:</label> > <input name="biblio_id" id="biblio_id" type="text" value="[% request.biblio_id | html %]" /> >@@ -651,10 +648,7 @@ > <a href="[% borrowerlink | url %]" title="View borrower details"> [% request.patron.firstname _ " " _ request.patron.surname _ " [" _ request.patron.cardnumber _ "]" | html %] </a> > </li> > [% END %] >- [% PROCESS select_manager_show >- manager => request.manager >- display => "fieldset" >- %] >+ [% PROCESS select_manager_show manager => request.manager display => "fieldset" %] > [% IF request.biblio_id %] > <li class="biblio_id"> > <span class="label biblio_id">Bibliographic record ID:</span> >@@ -1130,7 +1124,8 @@ > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'select2.inc' %] > [% IF op == 'edit_action' %] >- [% INCLUDE 'select_manager.inc' >+ [% >+ INCLUDE 'select_manager.inc' > add_modal => 1 > manager => request.manager > filter => 'ill_users' >-- >2.39.5 >
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 40504
:
187906
|
187907
|
187908
|
187909
|
187910
|
187911
|
187912
|
187913
|
187914
|
187915
|
188365
|
188563
|
188565
|
188566
|
188567
|
188568
|
188569
|
188570
|
188571
|
188572
|
188573
|
188574
|
188624
|
188625
|
188935
|
188936
|
191196
|
191197
|
191198
|
191199
|
191200
|
191201
|
191202
|
191203
|
191204
|
191205
|
191206
|
192094
|
193186
|
193187
|
193188
|
193189
|
193190
|
193191
|
193192
|
193193
|
193194
|
193195
|
193196
|
193197
|
194023
|
194024
|
194026
|
194027
|
194028
|
194029
|
194030
|
194031
|
194032
|
194033
|
194034
|
194035
|
194036
|
194037
|
194038
|
194332
|
195142
| 195200