[open-ils-commits] [GIT] Evergreen ILS branch master updated. 62c6706927f12eae7dbf89097201bb05c2576150

Evergreen Git git at git.evergreen-ils.org
Wed Jul 11 16:05:43 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, master has been updated
       via  62c6706927f12eae7dbf89097201bb05c2576150 (commit)
      from  1524b7b033c3face2a9bbf429fb8e4d205a9d972 (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 62c6706927f12eae7dbf89097201bb05c2576150
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