diff options
author | ivan <ivan> | 2010-03-18 08:02:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-18 08:02:37 +0000 |
commit | ff1811385135320186e3b1f48188548b3a0dd57d (patch) | |
tree | b63d4ec060c112ee1c26969823060e2f25fa954d /httemplate/edit/cust_main | |
parent | e078ca418dcf3c7b92efcd371ce761df3314c369 (diff) |
signup date fix?
Diffstat (limited to 'httemplate/edit/cust_main')
-rw-r--r-- | httemplate/edit/cust_main/top_misc.html | 2 |
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 11ea52afd..36add3721 100644 --- a/httemplate/edit/cust_main/top_misc.html +++ b/httemplate/edit/cust_main/top_misc.html @@ -87,7 +87,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" ), }) %> % } |