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>
<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>
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"