LP1793154: Cancel Holds from OPAC Record user/jboyer/lp1793154_cancel_hold_opac
authorJason Boyer <jboyer@library.in.gov>
Tue, 20 Nov 2018 16:54:50 +0000 (11:54 -0500)
committerJason Boyer <jboyer@library.in.gov>
Tue, 20 Nov 2018 16:54:50 +0000 (11:54 -0500)
The name of the grid handler was misspelled
in the holds grid for records in the opac.
Swapping the location of the 'wide' part of
the function name will allow it to match up
with the functions available in the holds
grid module.

Signed-off-by: Jason Boyer <jboyer@library.in.gov>
Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2

index 263e2ae..cc7d4e6 100644 (file)
@@ -53,7 +53,7 @@
       label="[% l('Mark Item Missing') %]"></eg-grid-action>
     <eg-grid-action handler="grid_actions.retarget_wide" group="[% l('Hold') %]"
       label="[% l('Find Another Target') %]"></eg-grid-action>
-    <eg-grid-action handler="grid_actions.cancel_hold_wide" group="[% l('Hold') %]"
+    <eg-grid-action handler="grid_actions.cancel_wide_hold" group="[% l('Hold') %]"
       label="[% l('Cancel Hold') %]"></eg-grid-action>
 
     <eg-grid-field label="[% l('Hold ID') %]" path='hold.id'></eg-grid-field>