diff options
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 4 | ||||
-rw-r--r-- | httemplate/view/cust_main/misc.html | 4 |
2 files changed, 4 insertions, 4 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 --> diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html index b6c028e16..fdc5ba4ea 100644 --- a/httemplate/view/cust_main/misc.html +++ b/httemplate/view/cust_main/misc.html @@ -91,14 +91,14 @@ <TD BGCOLOR="#ffffff"><% $cust_main->otaker %></TD> </TR> -<% if ( $conf->exists('cust_main-enable_birthdate') ) { +% if ( $conf->exists('cust_main-enable_birthdate') ) { <TR> <TD ALIGN="right">Date of Birth</TD> <TD BGCOLOR="#ffffff"><% $cust_main->birthdate ? time2str($date_format, $cust_main->birthdate) : '' %></TD> </TR> -<% } %> +% } </TABLE></TD></TR></TABLE> |