JBAS-2215 Move Print Labels menu option
authorBill Erickson <berickxx@gmail.com>
Thu, 14 Mar 2019 19:27:45 +0000 (15:27 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:51:45 +0000 (15:51 -0400)
While we're in there, hide 2 of the booking actions since KCLS does not
use booking.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2

index b694d6b..fb3886f 100644 (file)
 
     <eg-grid-action handler="add_copies_to_bucket"
       label="[% l('Add Items to Bucket') %]"></eg-grid-action>
+    <!--
     <eg-grid-action handler="make_copies_bookable"
       label="[% l('Make Items Bookable') %]"></eg-grid-action>
     <eg-grid-action handler="book_copies_now"
       disabled="need_one_selected"
       label="[% l('Book Item Now') %]"></eg-grid-action>
+    --->
     <eg-grid-action handler="requestItems"
       label="[% l('Request Items') %]"></eg-grid-action>
+    <eg-grid-action handler="selectedHoldingsPrintLabels"
+      label="[% l('Print Labels') %]"></eg-grid-action>
     <eg-grid-action handler="attach_to_peer_bib"
       label="[% l('Link as Conjoined to Previously Marked Bib Record') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsItemStatus" group="[% l('Show') %]"
@@ -57,8 +61,6 @@
       label="[% l('Triggered Events') %]"></eg-grid-action>
     <eg-grid-action handler="selectedHoldingsItemStatusHolds" group="[% l('Show') %]"
       label="[% l('Item Holds') %]"></eg-grid-action>
-    <eg-grid-action handler="selectedHoldingsPrintLabels" group="[% l('Show') %]"
-      label="[% l('Print Labels') %]"></eg-grid-action>
 
     <eg-grid-action handler="selectedHoldingsDamaged" group="[% l('Mark') %]"
       label="[% l('Item as Damaged') %]"></eg-grid-action>