X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct.cgi;h=1322a69fd1f1a9382cb9923caa2917b69d06afbc;hp=be58e4e1d2194fc543b0bff1f361a40af1e9c7c3;hb=049da6c538c952f938af4544a07c688b89c26a17;hpb=b0511ff939fe1622503ac8e53333fabb1ad9bd37 diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index be58e4e1d..1322a69fd 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -93,8 +93,9 @@ if ( $part_svc->part_export('sqlradius') } if ( $cust_pkg ) { - print ' since last bill ('. time2str("%C", $last_bill). ') - '. - $plandata{recur_included_hours}. ' total hours in plan
'; + print ' since last bill ('. time2str("%C", $last_bill). ')'. + print ' - '. $plandata{recur_included_hours}. ' total hours in plan
' + if length($plandata{recur_included_hours}); } else { print ' (no billing cycle available for unaudited account)
'; } @@ -102,6 +103,9 @@ if ( $part_svc->part_export('sqlradius') print 'Input: '. sprintf("%.3f", $input). ' megabytes
'; print 'Output: '. sprintf("%.3f", $output). ' megabytes
'; + my $href = qq!all sessions!; + print '
'; }