From 50edaeacc207636b89b6c53b5a230b6b50932496 Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Fri, 1 Mar 2019 14:00:59 -0500 Subject: [PATCH] LP#1418694 Change wording for saving to selection list Changes label in line item table Actions menu for 'Save to Selection List' to 'Move to Selection List' to better reflect action taken. Signed-off-by: Tiffany Little Signed-off-by: Mary Llewellyn Signed-off-by: Jason Boyer --- Open-ILS/src/templates/acq/common/li_table.tt2 | 2 +- Open-ILS/web/js/ui/default/acq/common/li_table.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/acq/common/li_table.tt2 b/Open-ILS/src/templates/acq/common/li_table.tt2 index d3eb231949..b2143360cf 100644 --- a/Open-ILS/src/templates/acq/common/li_table.tt2 +++ b/Open-ILS/src/templates/acq/common/li_table.tt2 @@ -21,7 +21,7 @@ * for all, otherwise combine with | --> - + diff --git a/Open-ILS/web/js/ui/default/acq/common/li_table.js b/Open-ILS/web/js/ui/default/acq/common/li_table.js index 4dd6d3f17a..fb4cca765e 100644 --- a/Open-ILS/web/js/ui/default/acq/common/li_table.js +++ b/Open-ILS/web/js/ui/default/acq/common/li_table.js @@ -2876,7 +2876,7 @@ function AcqLiTable() { acqLitPoCreateDialog.show(); break; - case 'save_picklist': + case 'move_picklist': acqLitSavePlDialog.show(); break; -- 2.11.0