X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main.cgi;h=c5a8c82dd1ceb69108b015e01b6d7c54a11b5a3c;hp=5e672af3dd86181b9adacb7ed6568f923762fcb9;hb=4a63d301b47a74ecd111166420a81cfe9a8fb874;hpb=0c9cafb680d1f2b19f7b9b45063e003228af7967 diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 5e672af3d..c5a8c82dd 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
%l:%M:%S%P %z", + ? time2str("%D

%l:%M:%S%P %z", $package->getfield($_) ) : ' ' ), '',