From 4b6c5e75c9d31a5cea38ed188def47eb4584ce8a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 23 Apr 2014 10:23:46 -0400 Subject: [PATCH] browser staff : print config UI cont. Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/staff/services/printstore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/services/printstore.js b/Open-ILS/web/js/ui/default/staff/services/printstore.js index 8992db2610..7363eed6ae 100644 --- a/Open-ILS/web/js/ui/default/staff/services/printstore.js +++ b/Open-ILS/web/js/ui/default/staff/services/printstore.js @@ -229,7 +229,7 @@ angular.module('egCoreMod') return service.dispatchRequest({ key : 'no-op', action : 'print', - context : context, + config : conf[context], content : content, contentType : contentType, }); -- 2.11.0