[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. bb90e8d4f74fb747dc8dd1c40373e7d557f54303
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 11 16:04:08 EDT 2018
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, rel_3_1 has been updated
via bb90e8d4f74fb747dc8dd1c40373e7d557f54303 (commit)
from 045a42283fb4550c2de37693141ba0abdec62104 (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 bb90e8d4f74fb747dc8dd1c40373e7d557f54303
Author: Garry Collum <gcollum at gmail.com>
Date: Fri May 25 16:31:21 2018 -0400
LP#1730003 Courier code doesn't display in transit slip receipt preview
Adds seed data for the transit and hold-transit slip preview in the print template editor.
To test add {{dest_courier_code}} as a variable in either the transit slip or hold transit slip template.
Signed-off-by: Garry Collum <gcollum at gmail.com>
Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
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 f599bc0..083b5dd 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
@@ -568,6 +568,7 @@ function($scope , $q , egCore , ngToast) {
patron : seed_user,
address : seed_addr,
dest_location : egCore.idl.toHash(egCore.org.get(egCore.auth.user().ws_ou())),
+ dest_courier_code : 'ABC 123',
dest_address : seed_addr,
hold : one_hold,
holds : [
-----------------------------------------------------------------------
Summary of changes:
.../js/ui/default/staff/admin/workstation/app.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list