diff options
author | Mark Wells <mark@freeside.biz> | 2014-03-14 16:59:38 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-03-14 16:59:38 -0700 |
commit | 7bfd0175b05d52b648e283fca4343aef79e851d7 (patch) | |
tree | 0e936d2b7ffec2d39c98fa0a416c557c89d6f883 /httemplate/edit/cust_main.cgi | |
parent | 8e3646075dfae1246f287ba3384eb34a83c67b08 (diff) |
add spouse name to customer records, #24919
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 629c8081d..ddb61fa64 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -30,7 +30,6 @@ %# 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') % ) % { |