From: Adam Bowling Date: Thu, 7 Mar 2019 04:06:09 +0000 (-0500) Subject: LP #1705497 Replaces functionality in web client from legacy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fabowling%2Flp1705497_originating_acquisition_restore;p=working%2FEvergreen.git LP #1705497 Replaces functionality in web client from legacy XUL client by including a find function for originating acquisition where it exists. Signed-off-by: Adam Bowling --- diff --git a/Open-ILS/src/templates/staff/cat/item/index.tt2 b/Open-ILS/src/templates/staff/cat/item/index.tt2 index 7bd48f5cda..8373049e04 100644 --- a/Open-ILS/src/templates/staff/cat/item/index.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/index.tt2 @@ -90,7 +90,7 @@
  • [% l('Cancel Transit') %]
  • [% l('Update Inventory') %]
  • -

    [% l('Find') %]

    +

    [% l('Show') %]

  • [% l('Originating Acquisition') %]
  • [% l('Mark') %]

    diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 index 7f67e46ded..acf90e4a58 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -1,3 +1,4 @@ + - + + 0) { + $scope.openAcquisitionLineItem(cp_list); + } + } + } + } + $scope.update_inventory = function() { var copy_list = gatherSelectedHoldingsIds(); itemSvc.updateInventory(copy_list, $scope.gridControls.allItems()).then(function(res) {