[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 1cce56abb3b439f49bf590129da8bc6db47f8f5f

Evergreen Git git at git.evergreen-ils.org
Thu May 30 13:42:16 EDT 2019


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  1cce56abb3b439f49bf590129da8bc6db47f8f5f (commit)
      from  39b5e2cfeeda1d5b788d7753530551776d0be0f9 (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 1cce56abb3b439f49bf590129da8bc6db47f8f5f
Author: McCanna <tmccanna at georgialibraries.org>
Date:   Fri Feb 15 14:55:59 2019 -0500

    LP#1816180 Pending Patron - No Address Type
    
    When registering a patron from Pending Patrons, inserts
    default address type to match behavior of registering a
    new patron from scratch.
    
    Signed-off-by: McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js b/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js
index 79f15940d8..2bb798f743 100644
--- a/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js
+++ b/Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js
@@ -803,6 +803,7 @@ angular.module('egCoreMod')
                 usr : user.id,
                 isnew : true,
                 valid : true,
+                address_type : egCore.strings.REG_ADDR_TYPE,
                 _is_mailing : cls == 'stgma',
                 _is_billing : cls == 'stgba'
             };

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list