[freeside-commits] branch master updated. 08ac47123e098939db3d94cc136ff02f174e8dd0

Ivan ivan at 420.am
Tue Aug 14 12:15:32 PDT 2012


The branch, master has been updated
       via  08ac47123e098939db3d94cc136ff02f174e8dd0 (commit)
      from  dcb3f6aedb9f8af8495302ed7e2ba6b56bc6b0d8 (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 08ac47123e098939db3d94cc136ff02f174e8dd0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 14 12:15:31 2012 -0700

    fix: cust_main-enable_birthdate needs to be enabled for MY national_id to work, RT#18543

diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 1ad031d..9195f5d 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -28,7 +28,8 @@
 <& cust_main/top_misc.html, $cust_main, 'custnum' => $custnum  &>
 
 %# birthdate
-% if (    $conf->exists('cust_main-enable_birthdate')
+% if (    $conf->config('national_id-country')
+%      || $conf->exists('cust_main-enable_birthdate')
 %      || $conf->exists('cust_main-enable_spouse_birthdate')
 %      || $conf->exists('cust_main-enable_anniversary_date')
 %    )

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

Summary of changes:
 httemplate/edit/cust_main.cgi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list