From 961970fab4feb9484cb276ac386fd0779cd86e74 Mon Sep 17 00:00:00 2001 From: Victoria Lewis Date: Fri, 13 Jan 2017 11:42:37 -0800 Subject: [PATCH] LP#1522644: webclient: Transfer title holds issues Hid "Transfer All Titles" button from the View Holds tab of the bib record Moved the "Mark as Title Hold Transfer Destination" button to the "Mark For:" dropdown to make it more consistent with other "mark" actions. To test ------- [1] Place a hold on a title. [2] Choose another title. Under "Mark For" click "Mark as Title Hold Transfer Destination" [3] Return to original title on hold. Under "Actions" click "Transfer To Marked Title" [4] Confirm that hold is transfered. Signed-off-by: Victoria Lewis Signed-off-by: Terran McCanna Signed-off-by: Kathy Lussier Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 | 5 +++++ Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 index 632c0be952..8509bf3ea1 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_catalog.tt2 @@ -54,6 +54,11 @@
  • [% l('Reset Record Marks') %]
  • +
  • + + [% l('Mark as Title Hold Transfer Destination') %] + +
  • diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 index c88663f5f3..f793a6665e 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 @@ -19,10 +19,10 @@ - - + --> -- 2.43.2