diff options
author | ivan <ivan> | 2011-01-08 23:30:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-08 23:30:34 +0000 |
commit | 1fad3f57a0e2d859596ee715afddddd5729bde9d (patch) | |
tree | abbc8b7abe2d4285e5d21d54b0265bd84875b5c1 /httemplate/view | |
parent | 094b59501f06b79f437b4bda39108a46f00f8c42 (diff) |
spacing
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/change_history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/change_history.html b/httemplate/view/cust_main/change_history.html index 78ff67ca4..8fc90f6b8 100644 --- a/httemplate/view/cust_main/change_history.html +++ b/httemplate/view/cust_main/change_history.html @@ -272,7 +272,7 @@ die "access deined" unless $curuser->access_right('View customer history'); my $cust_pkg_date_format = '%b %o, %Y'; -$cust_pkg_date_format .= '%l:%M:%S%P' +$cust_pkg_date_format .= ' %l:%M:%S%P' if $conf->exists('cust_pkg-display_times') || $curuser->option('cust_pkg-display_times'); |