[freeside-commits] freeside/FS/FS/Report/Table Monthly.pm, 1.13, 1.14

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Aug 24 22:53:15 PDT 2008


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

Modified Files:
	Monthly.pm 
Log Message:
correct fallout from duplicate line items

Index: Monthly.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Report/Table/Monthly.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Monthly.pm	19 May 2008 04:07:02 -0000	1.13
+++ Monthly.pm	25 Aug 2008 05:53:13 -0000	1.14
@@ -329,6 +329,7 @@
         LEFT JOIN cust_pkg USING ( pkgnum )
         LEFT JOIN part_pkg USING ( pkgpart )
       WHERE pkgnum != 0
+        AND ( duplicate IS NULL OR duplicate = '' )
         AND $where
         AND ". $self->in_time_period_and_agent($speriod, $eperiod, $agentnum)
   );



More information about the freeside-commits mailing list