From: ivan Date: Thu, 18 Mar 2010 08:02:38 +0000 (+0000) Subject: signup date fix? X-Git-Tag: freeside_1_9_3~61 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c4991a99f2aa934b24b6c4d635af28ec5450c410;hp=9c9a1838b54292c62e940d7e6cee5141ea8e9b5c;p=freeside.git signup date fix? --- 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" ), }) %> % }