[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0eb9254f0ac0835b4184475b37cc6d62e6a8b9dc
Evergreen Git
git at git.evergreen-ils.org
Sat Feb 27 18:01:48 EST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 0eb9254f0ac0835b4184475b37cc6d62e6a8b9dc (commit)
from 71be8c22b41177ecebbbebdd6f913b1660a85f37 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0eb9254f0ac0835b4184475b37cc6d62e6a8b9dc
Author: Jason Etheridge <jason at esilibrary.com>
Date: Tue Feb 16 08:49:16 2016 -0500
LP#1546125: use correct service for .storePrintTemplate
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
Signed-off-by: Ben Shum <ben at evergreener.net>
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 b313f05..4924f9d 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
);
-----------------------------------------------------------------------
Summary of changes:
.../js/ui/default/staff/admin/workstation/app.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list