From cebe4394a58cbede28a0e600ace1032c09e089aa Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 30 Nov 2016 15:11:10 -0500 Subject: [PATCH] webstaff: add seed data for item status receipt template Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/admin/workstation/app.js | 8 +++++++- 1 file changed, 7 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 0ebc960ad0..c8bcb604ef 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 @@ -412,7 +412,12 @@ function($scope , $q , egCore , ngToast) { }, location : { name : 'General Collection' - } + }, + // flattened versions for item status template + // TODO - make this go away + 'call_number.label' : '636.8 JON', + 'call_number.record.simple_record.title' : 'Test Title', + 'location.name' : 'General Colleciton' } var one_hold = { @@ -470,6 +475,7 @@ function($scope , $q , egCore , ngToast) { ], copy : seed_copy, + copies : [ seed_copy ], checkins : [ { -- 2.43.2