[freeside-commits] freeside/FS/FS/Report/Table Monthly.pm, 1.8.2.4, 1.8.2.5

Ivan,,, ivan at wavetail.420.am
Sat May 22 11:59:56 PDT 2010


Update of /home/cvs/cvsroot/freeside/FS/FS/Report/Table
In directory wavetail.420.am:/tmp/cvs-serv30031

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Monthly.pm 
Log Message:
fix net sales amount (credits were being applied in wrong month), RT#7502

Index: Monthly.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Report/Table/Monthly.pm,v
retrieving revision 1.8.2.4
retrieving revision 1.8.2.5
diff -u -w -d -r1.8.2.4 -r1.8.2.5
--- Monthly.pm	19 May 2008 04:07:05 -0000	1.8.2.4
+++ Monthly.pm	22 May 2010 18:59:54 -0000	1.8.2.5
@@ -141,7 +141,7 @@
   my( $self, $speriod, $eperiod, $agentnum ) = @_;
 
     $self->invoiced($speriod,$eperiod,$agentnum)
-  - $self->credits( $speriod,$eperiod,$agentnum);
+  - $self->netcredits( $speriod,$eperiod,$agentnum);
 }
 
 #deferred revenue



More information about the freeside-commits mailing list