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=3fa652f29f61ca7376ac439c8728965dc6e983a2;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 b694d6bc6c..38490be6dd 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 2988d9504c..d37993a534 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); }