LP1670448 - Move View/Place Orders to Record Summary
authorChristine Morgan <cmorgan@noblenet.org>
Mon, 3 Jul 2017 20:08:11 +0000 (16:08 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 25 Jul 2017 14:11:31 +0000 (10:11 -0400)
Removes View/Place Orders option from menu in Holdings View and adds a View/Place Orders button to Record Summary

Signed-off-by: Christine Morgan <cmorgan@noblenet.org>
Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2
Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2

index 0848890..a2b3a5b 100644 (file)
@@ -28,6 +28,9 @@
     <button type="button" class="btn btn-default" ng-click="add_to_record_bucket()">
         [% l('Add To Bucket') %]
     </button>
+    <button type="button" class="btn btn-default" ng-click="view_place_orders()">
+        [% l('View/Place Orders') %]
+    </button>
     <div class="btn-group" uib-dropdown dropdown-append-to-body>
         <button id="mark-for-button" type="button" class="btn btn-default" uib-dropdown-toggle>
             [% l('Mark for:') %] <span class="caret"></span>
index c7247c7..c4ca14b 100644 (file)
@@ -42,8 +42,6 @@
       label="[% l('Book Item Now') %]"></eg-grid-action>
     <eg-grid-action handler="requestItems"
       label="[% l('Request Items') %]"></eg-grid-action>
-    <eg-grid-action handler="view_place_orders"
-      label="[% l('View/Place Orders') %]"></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="markLibAsVolTarget"