From: Bill Erickson Date: Wed, 3 Dec 2014 19:57:54 +0000 (-0500) Subject: webby: repair Hatch type=text printing X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1153d89b4ecd2e5436cc6f1078badb45e8c4cd11;p=working%2FEvergreen.git webby: repair Hatch type=text printing When printing text, Hatch was receiving no print content due to some code refactoring. Repaired. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/services/print.js b/Open-ILS/web/js/ui/default/staff/services/print.js index bcb8aa28e0..fa60193683 100644 --- a/Open-ILS/web/js/ui/default/staff/services/print.js +++ b/Open-ILS/web/js/ui/default/staff/services/print.js @@ -66,7 +66,7 @@ function($q , $window , $timeout , $http , egHatch , egAuth , egIDL , egOrg) { } else { // text content does not require compilation for remote printing - promise = $q.when(); + promise = $q.when(args.content); } // TODO: link print context to template type