X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=119572a1120f2d23f7ed10dcf77c4b9cf093b8cc;hb=cfcc4c14a40c84d1603c707066e7644aefef5690;hp=399431311e73bfb64d178540d8226bd9a91f88db;hpb=9b4209f91ad9e3c4cef7deebfb0180f6faf1d0dc;p=freeside.git 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') +% ) +% {
<& cust_main/birthdate.html, $cust_main &> % }