diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-05-07 11:18:13 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-07 11:18:13 -0700 |
commit | cfcc4c14a40c84d1603c707066e7644aefef5690 (patch) | |
tree | 12f258e286226936cb2ab4dd079d8f2dc1b1667e /httemplate/edit/cust_main.cgi | |
parent | 57b5e61bbf33519f0f42dd92913a78b4de764052 (diff) |
add spouse_birthdate, RT#17577
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 399431311..119572a11 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -26,7 +26,10 @@ <& cust_main/top_misc.html, $cust_main, 'custnum' => $custnum &> %# birthdate -% if ( $conf->exists('cust_main-enable_birthdate') ) { +% if ( $conf->exists('cust_main-enable_birthdate') +% || $conf->exists('cust_main-enable_spouse_birthdate') +% ) +% { <BR> <& cust_main/birthdate.html, $cust_main &> % } |