From 9bec6841af9d23f8c6d87233952b7992358d4bad Mon Sep 17 00:00:00 2001 From: McCanna Date: Fri, 15 Feb 2019 14:55:59 -0500 Subject: [PATCH] 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 Signed-off-by: Garry Collum Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/circ/patron/regctl.js | 1 + 1 file changed, 1 insertion(+) 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' }; -- 2.43.2