From f239a6ec481f1f0493eafe800cb60d83f5e86b7f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 16 Nov 2016 05:26:39 -0500 Subject: [PATCH] webstaff: another addition to seed data for print template previews Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/admin/workstation/app.js | 3 ++- 1 file changed, 2 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 2ea0f2c954..da2b348653 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 @@ -468,7 +468,8 @@ function($scope , $q , egCore , ngToast) { due_date : new Date().toISOString(), }, copy : seed_copy, - title : seed_record.title + title : seed_record.title, + author : seed_record.author }, ], -- 2.11.0