diff options
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 6f4c98ea5..57d4dac5e 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -164,7 +164,7 @@ <!-- birthdate --> -<% if ( $conf->exists('cust_main-enable_birthdate') ) { +% if ( $conf->exists('cust_main-enable_birthdate') ) { <BR> <% ntable("#cccccc", 2) %> @@ -177,7 +177,7 @@ </TABLE> -<% } %> +% } <!-- contact info --> |