[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9bec6841af9d23f8c6d87233952b7992358d4bad

Evergreen Git git at git.evergreen-ils.org
Thu May 30 13:42:15 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, master has been updated
       via  9bec6841af9d23f8c6d87233952b7992358d4bad (commit)
      from  e8164465f5dd0def9ab290b96a265bcb3de5cd1c (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 9bec6841af9d23f8c6d87233952b7992358d4bad
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 4a720cf20a..b987d0bc51 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
@@ -902,6 +902,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