From 0eb9254f0ac0835b4184475b37cc6d62e6a8b9dc Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 16 Feb 2016 08:49:16 -0500 Subject: [PATCH] LP#1546125: use correct service for .storePrintTemplate Signed-off-by: Jason Etheridge Signed-off-by: Ben Shum --- Open-ILS/web/js/ui/default/staff/admin/workstation/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.11.0