From 4eb279cf3a8ae49fad42c76a4b27521e73fb987f 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 ee9fc588bf..cdc90ff9da 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 @@ -451,6 +451,9 @@ function($scope , $q , egCore , ngToast) { var seed_copy = { barcode : '33434322323', + status : { + name : 'In transit' + }, call_number : { label : '636.8 JON', record : { @@ -478,7 +481,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.11.0