diff options
author | ivan <ivan> | 2002-12-17 13:02:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-12-17 13:02:39 +0000 |
commit | fcaa42e4801db37d29efd02a429911bfe3ad0cdf (patch) | |
tree | 0433582fceb22f5925c1ef4412b525a57652e4be /httemplate/view/svc_acct.cgi | |
parent | 869f3b5401b5111789bf03a7a4cc5699ad2993a7 (diff) |
change wording
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-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 e00562ace..2e324c13c 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -92,7 +92,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>'; |