LP#1708489: Adjust sample holds status
authorKathy Lussier <klussier@masslnc.org>
Fri, 17 Nov 2017 17:40:43 +0000 (12:40 -0500)
committerKathy Lussier <klussier@masslnc.org>
Fri, 17 Nov 2017 17:40:43 +0000 (12:40 -0500)
Changed the sample holds status to a status that would show up on a real-world holds
shelf.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/admin/workstation/app.js

index 135b97b..71e9117 100644 (file)
@@ -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'
             }
         ]
     }