diff options
author | ivan <ivan> | 2002-12-17 13:02:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-17 13:02:35 +0000 |
commit | d51a7d9ca9c433611a6efc87cbedb79bc923e4b4 (patch) | |
tree | 630553bf73688f73d7aaab578e34188a4220fc59 | |
parent | 9dc09a0687422acc585122277a35a986c4af9e20 (diff) |
change wording
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index c5f4ec0c3..47a93586d 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -97,7 +97,7 @@ if ( $part_svc->part_export('sqlradius') ) { } if ( $cust_pkg ) { - print ' this billing cycle (since '. time2str("%C", $last_bill). ') - '. + print ' since last bill ('. time2str("%C", $last_bill). ') - '. $plandata{recur_included_hours}. ' total hours in plan<BR>'; } else { print ' (no billing cycle available for unaudited account)<BR>'; |