From: Jason Etheridge Date: Tue, 16 Feb 2016 13:49:16 +0000 (-0500) Subject: use correct service for .storePrintTemplate X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fphasefx%2Fwebstaff_savelocally;p=working%2FEvergreen.git use correct service for .storePrintTemplate Signed-off-by: Jason Etheridge --- 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 );