X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=5e672af3dd86181b9adacb7ed6568f923762fcb9;hp=7beba837545571aaad06bd7df6c098e94a0320b0;hb=0c9cafb680d1f2b19f7b9b45063e003228af7967;hpb=0fbc0c140e21f1d2d0b422607ab0754a07f3ef53 diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 7beba8375..5e672af3d 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -364,7 +364,7 @@ foreach my $package (@packages) { for ( qw( setup bill susp expire cancel ) ) { print "", ( $package->getfield($_) - ? time2str("%D
%r %z", + ? time2str("%D
%l:%M:%S%P %z", $package->getfield($_) ) : ' ' ), '
',