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=de6224f4180aa5c9f688acd0f25e074e26cebd0a;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 2cddd413ef..51345ece9f 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holdings.tt2 @@ -52,6 +52,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 f474dc4401..76826f6838 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 @@ -1411,6 +1411,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); }