[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
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.100, 1.101 cust_bill_pkg.pm, 1.21, 1.22
- Next message: [freeside-commits] freeside/httemplate/search cust_bill_pkg.cgi, 1.12, 1.13 report_prepaid_income.cgi, 1.9, 1.10 report_tax.cgi, 1.41, 1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
);
- Previous message: [freeside-commits] freeside/FS/FS Schema.pm, 1.100, 1.101 cust_bill_pkg.pm, 1.21, 1.22
- Next message: [freeside-commits] freeside/httemplate/search cust_bill_pkg.cgi, 1.12, 1.13 report_prepaid_income.cgi, 1.9, 1.10 report_tax.cgi, 1.41, 1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list