[freeside-commits] freeside/FS/FS/Report/Table Monthly.pm, 1.17.2.2, 1.17.2.3
Ivan,,,
ivan at wavetail.420.am
Sat May 22 11:52:49 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/Report/Table
In directory wavetail.420.am:/tmp/cvs-serv29768
Modified Files:
Tag: FREESIDE_1_9_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.17.2.2
retrieving revision 1.17.2.3
diff -u -w -d -r1.17.2.2 -r1.17.2.3
--- Monthly.pm 21 May 2010 19:09:18 -0000 1.17.2.2
+++ Monthly.pm 22 May 2010 18:52:47 -0000 1.17.2.3
@@ -142,7 +142,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