diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-05-07 11:18:15 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-05-07 11:18:15 -0700 |
| commit | a7ec3dcd42e7f15b2bce2abfb5dc9ea07c964cd4 (patch) | |
| tree | 7cf92b30280aad14040824f6516396b72d421f10 /httemplate/edit/cust_main.cgi | |
| parent | df42da2496a364dc9d0e6866de280448066413a9 (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 d2c0cb785..1762b0015 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 &> % } |
