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: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=f4a19555f2eca13d0a0bbc1a43d6e0fe25d0555c 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 Signed-off-by: Tiffany Little Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/templates/staff/cat/item/index.tt2 b/Open-ILS/src/templates/staff/cat/item/index.tt2 index 0a78281..8373049 100644 --- a/Open-ILS/src/templates/staff/cat/item/index.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/index.tt2 @@ -90,6 +90,9 @@
  • [% l('Cancel Transit') %]
  • [% l('Update Inventory') %]
  • +

    [% l('Show') %]

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

    [% l('Mark') %]

  • [% l('Item as Damaged') %]
  • [% l('Item as Missing') %]
  • 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 7f67e46..acf90e4 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) {