[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 1cb1eb6cc636b4108f23895faa9dba5b4d010955

Evergreen Git git at git.evergreen-ils.org
Wed Jul 11 16:05:00 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_0 has been updated
       via  1cb1eb6cc636b4108f23895faa9dba5b4d010955 (commit)
      from  f6bdeb165f7fe06df77abb3e6207cf73d29dc799 (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 1cb1eb6cc636b4108f23895faa9dba5b4d010955
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 bcb3a6a..bd94a18 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
@@ -525,6 +525,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