[Koha-bugs] [Bug 29049] Holds page shows too many priority options in pulldown

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 28 13:58:18 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29049

--- Comment #13 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Also will amend first patch to remove a trailing 'i':

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 daf50d69a76..c48987677eb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc
@@ -53,7 +53,7 @@
                 <input type="hidden" name="borrowernumber" value="[%
hold.borrowernumber | html %]" />
                 <input type="hidden" name="biblionumber" value="[%
hold.biblionumber | html %]" />
                 [% IF Koha.Preference('HoldsSplitQueue') == "nothing" &&
!hold.found %]
-                    <select name="rank-request" class="rank-request"
data-hold-id="[% hold.reserve_id | html %]">i
+                    <select name="rank-request" class="rank-request"
data-hold-id="[% hold.reserve_id | html %]">
                     [% IF ( CAN_user_reserveforothers_modify_holds_priority )
%]
                         [% PROCESS priority_dropdown %]
                     [% ELSE %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list