From 44d3de1b1398691fbf4d1abb3dca21fd904633c0 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 23 Apr 2020 15:36:41 -0400 Subject: [PATCH] LP#1772053 - Fix minor typos Signed-off-by: Chris Sharp Signed-off-by: Terran McCanna --- Open-ILS/web/js/ui/default/staff/admin/workstation/app.js | 6 +++++- 1 file changed, 5 insertions(+), 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 83988f3cd5..d01ccd50ca 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 @@ -452,6 +452,9 @@ function($scope , $q , egCore , ngToast) { var seed_copy = { barcode : '33434322323', + status : { + name : 'In transit' + }, call_number : { label : '636.8 JON', record : { @@ -479,7 +482,8 @@ function($scope , $q , egCore , ngToast) { 'call_number.record.simple_record.title' : 'Test Title', 'location.name' : 'General Collection', 'call_number.owning_lib.name' : 'Ankers Memorial Library', - 'call_number.owning_lib.shortname' : 'Ankers' + 'call_number.owning_lib.shortname' : 'Ankers', + 'location.name' : 'General Collection' } var one_hold = { -- 2.43.2