X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fchange_history.html;h=8fc90f6b843ba4f6b53ab4f4ed7467873bfb857c;hb=dd65ba99bb9281571f19744154a3b03bcd3f01ab;hp=78ff67ca4fbe60b77e9d9e1a1953647ad2e6b562;hpb=93f811c014058da26e734fc621028741b156c5d7;p=freeside.git 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');