From 2ea48c6e65c8619888f13805a8e32912c14762c1 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 17 Nov 2017 12:40:43 -0500 Subject: [PATCH] LP#1708489: Adjust sample holds status Changed the sample holds status to a status that would show up on a real-world holds shelf. Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/admin/workstation/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/admin/workstation/app.js b/Open-ILS/web/js/ui/default/staff/admin/workstation/app.js index 135b97bd48..71e9117301 100644 --- a/Open-ILS/web/js/ui/default/staff/admin/workstation/app.js +++ b/Open-ILS/web/js/ui/default/staff/admin/workstation/app.js @@ -535,7 +535,7 @@ function($scope , $q , egCore , ngToast) { part : { label : 'v. 1' }, patron_barcode : 'S52802662', patron_alias : 'XYZ', patron_last : 'Smith', patron_first : 'Jane', - status_string : 'In Transit' + status_string : 'Canceled' } ] } -- 2.43.2