diff options
author | jeff <jeff> | 2008-08-25 05:53:14 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-08-25 05:53:14 +0000 |
commit | 4783789db90ba00a0e57077464c689bd082ffb0f (patch) | |
tree | 6d975ba0bbbd6a66016c254b1dbc25e9f218b887 /httemplate/search/cust_bill_pkg.cgi | |
parent | 9698815f033fb517adb399dd437e6abc867a8528 (diff) |
correct fallout from duplicate line items
Diffstat (limited to 'httemplate/search/cust_bill_pkg.cgi')
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 74efe4f7e..2354be953 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -70,6 +70,8 @@ my $agentnums_sql = my @where = ( $agentnums_sql ); +push @where, "(duplicate IS NULL OR duplicate = '' )"; + my($beginning, $ending) = FS::UI::Web::parse_beginning_ending($cgi); push @where, "_date >= $beginning", "_date <= $ending"; |