PINES Customization: Hide Claims Never Checked Out Action
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 10 Jan 2018 21:56:38 +0000 (16:56 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Jun 2019 21:32:45 +0000 (17:32 -0400)
On the patron account's Items Out screen, hide the
Mark Claims Never Checked Out action since we do not use
it in PINES and there is no associated permission to prevent
it from working.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2

index 6c10e6f..a7e3238 100644 (file)
     label="[% l('Mark Lost (By Patron)') %]"></eg-grid-action>
   <eg-grid-action handler="mark_claims_returned"
     label="[% l('Mark Claims Returned') %]"></eg-grid-action>
+  <!-- PINES Customization: hide this action 
   <eg-grid-action handler="mark_claims_never_checked_out"
     label="[% l('Mark Claims Never Checked Out') %]"></eg-grid-action>
+  -->
   <eg-grid-action handler="renew" label="[% l('Renew') %]"></eg-grid-action>
   <eg-grid-action handler="renew_all" label="[% l('Renew All') %]"></eg-grid-action>
   <eg-grid-action handler="renew_with_date"