[freeside-commits] branch FREESIDE_2_3_BRANCH updated. d3f91c0823f827fe2da7197d39014dc330fb6785
Ivan
ivan at 420.am
Tue Aug 14 12:15:33 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via d3f91c0823f827fe2da7197d39014dc330fb6785 (commit)
from def9b0f3c02351c4da55ff8b47dcb7125b0a7581 (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 d3f91c0823f827fe2da7197d39014dc330fb6785
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Aug 14 12:15:32 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 414043e..b0a926b 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -26,7 +26,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