From: Mike Rylander Date: Sun, 29 Apr 2018 22:56:38 +0000 (-0400) Subject: LP#1737812: Simplify holdings tranfser options X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b5dfc904407d4c01b5c990a9abf6f54cc76c9c8c;p=evergreen%2Fpines.git LP#1737812: Simplify holdings tranfser options Instead of providing direct actions for transfer of library, or record, or both, have just one volume transfer option that Does the Right Thing (tm). Signed-off-by: Mike Rylander Signed-off-by: Jason Stephenson Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 index d30ad1ab67..a1e4b35371 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 @@ -49,6 +49,9 @@ label="[% l('Request Items') %]"> + + +<<<<<<< HEAD +======= + + + + + + +>>>>>>> 77ed2fe... LP#1737812: Simplify holdings tranfser options diff --git a/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js b/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js index c853cb8686..0c9e500465 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/catalog/app.js @@ -1417,6 +1417,7 @@ function($scope , $routeParams , $location , $window , $q , egCore , egHolds , e // or vol-collapsed row egCore.hatch.removeLocalItem('eg.cat.transfer_target_vol'); } + ngToast.create(egCore.strings.MARK_HOLDINGS_TARGET); }