From c4991a99f2aa934b24b6c4d635af28ec5450c410 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 18 Mar 2010 08:02:38 +0000 Subject: [PATCH] signup date fix? --- httemplate/edit/cust_main/top_misc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html index 3d6c4862d..d1d436851 100644 --- a/httemplate/edit/cust_main/top_misc.html +++ b/httemplate/edit/cust_main/top_misc.html @@ -78,7 +78,7 @@ 'name' => 'signupdate', 'value' => $cust_main->signupdate, 'label' => 'Signup date', - 'format' => $conf->config('date_format') || "%m/%d/%Y", + 'format' => ( $conf->config('date_format') || "%m/%d/%Y" ), }) %> % } -- 2.11.0