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

Jeff Finucane,420,, jeff at wavetail.420.am
Sat Aug 30 14:34:46 PDT 2008


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

Modified Files:
	Monthly.pm 
Log Message:
remove duplicate cust_bill_pkg creation RT#3919

Index: Monthly.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Report/Table/Monthly.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Monthly.pm	25 Aug 2008 05:53:13 -0000	1.14
+++ Monthly.pm	30 Aug 2008 21:34:43 -0000	1.15
@@ -329,7 +329,6 @@
         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