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=4dc2ae65282d0751b4c939cca6c8fb51637b32bb;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 Signed-off-by: Kathy Lussier --- 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