From: ivan Date: Tue, 17 Dec 2002 13:02:39 +0000 (+0000) Subject: change wording X-Git-Tag: freeside_1_4_1beta7~13^2~26 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=fcaa42e4801db37d29efd02a429911bfe3ad0cdf;p=freeside.git change wording --- 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
'; } else { print ' (no billing cycle available for unaudited account)
';