From: Jason Etheridge Date: Tue, 16 Feb 2016 13:49:16 +0000 (-0500) Subject: LP#1546125: use correct service for .storePrintTemplate X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0eb9254f0ac0835b4184475b37cc6d62e6a8b9dc;p=Evergreen.git LP#1546125: use correct service for .storePrintTemplate Signed-off-by: Jason Etheridge Signed-off-by: Ben Shum --- 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 b313f05d8d..4924f9da18 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 @@ -462,7 +462,7 @@ function($scope , $q , egCore) { } $scope.save_locally = function() { - egCore.hatch.storePrintTemplate( + egCore.print.storePrintTemplate( $scope.print.template_name, $scope.print.template_content );