[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm,1.51,1.52
Ivan,,,
ivan at wavetail.420.am
Mon Feb 5 03:12:45 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail:/tmp/cvs-serv6820
Modified Files:
MyAccount.pm
Log Message:
show RADIUS usage from last bill to NOW, instead of last bill to next bill
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- MyAccount.pm 22 Jan 2007 02:42:07 -0000 1.51
+++ MyAccount.pm 5 Feb 2007 11:12:43 -0000 1.52
@@ -610,7 +610,8 @@
my $freq = $svc_acct->cust_svc->cust_pkg->part_pkg->freq;
my $start = $svc_acct->cust_svc->cust_pkg->setup;
- my $end = $svc_acct->cust_svc->cust_pkg->bill; # or time?
+ #my $end = $svc_acct->cust_svc->cust_pkg->bill; # or time?
+ my $end = time;
unless($p->{beginning}){
$p->{beginning} = $svc_acct->cust_svc->cust_pkg->last_bill;
More information about the freeside-commits
mailing list