summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-03-18 08:02:38 +0000
committerivan <ivan>2010-03-18 08:02:38 +0000
commitc4991a99f2aa934b24b6c4d635af28ec5450c410 (patch)
tree341b0326fd31fe1c7d9c470080cb8b427b29473a
parent9c9a1838b54292c62e940d7e6cee5141ea8e9b5c (diff)
signup date fix?
-rw-r--r--httemplate/edit/cust_main/top_misc.html2
1 files changed, 1 insertions, 1 deletions
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" ),
})
%>
% }