diff options
author | jeff <jeff> | 2008-08-30 21:34:45 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-08-30 21:34:45 +0000 |
commit | 4ad29235ceb48ec0c5a0af07e6ccfcb64b40f466 (patch) | |
tree | d6b316e506f1fb1c3849f44b98537917b7341ab7 /httemplate/search/report_tax.cgi | |
parent | 0269c850cfefc00d5da255f88c63a314e1ab6cd0 (diff) |
remove duplicate cust_bill_pkg creation RT#3919
Diffstat (limited to 'httemplate/search/report_tax.cgi')
-rwxr-xr-x | httemplate/search/report_tax.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
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') ) { |