LP#1772053 - Fix minor typos
authorChris Sharp <csharp@georgialibraries.org>
Thu, 23 Apr 2020 19:36:41 +0000 (15:36 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 15:29:44 +0000 (11:29 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/web/js/ui/default/staff/admin/workstation/app.js

index ee9fc58..cdc90ff 100644 (file)
@@ -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 = {