From: Bill Erickson Date: Wed, 23 Apr 2014 14:23:46 +0000 (-0400) Subject: browser staff : print config UI cont. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b6c5e75c9d31a5cea38ed188def47eb4584ce8a;p=working%2FEvergreen.git browser staff : print config UI cont. Signed-off-by: Bill Erickson --- 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, });