[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 199d8b8a61ed5b22c5badbe58b6532bea78988bf

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_2 has been updated
       via  199d8b8a61ed5b22c5badbe58b6532bea78988bf (commit)
      from  c4cf4049fc7c8df091d5b54154d34c780c4956eb (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 199d8b8a61ed5b22c5badbe58b6532bea78988bf
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 cd0e48ebc4..58037fbcfb 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
@@ -887,6 +887,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