From 4ad29235ceb48ec0c5a0af07e6ccfcb64b40f466 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 30 Aug 2008 21:34:45 +0000 Subject: remove duplicate cust_bill_pkg creation RT#3919 --- httemplate/search/report_tax.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'httemplate/search/report_tax.cgi') diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index dd6779a61..3d37c47e4 100755 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -188,8 +188,7 @@ my $join_pkg = " LEFT JOIN part_pkg USING ( pkgpart ) "; -my $where = "WHERE _date >= $beginning AND _date <= $ending ". - "AND (duplicate IS NULL or duplicate = '')"; +my $where = "WHERE _date >= $beginning AND _date <= $ending "; my @base_param = qw( county county state state country ); if ( $conf->exists('tax-ship_address') ) { -- cgit v1.2.1