From e739f9d60536054f4a207508dfc607ccb3610e7e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Nov 2013 17:10:08 +0000 Subject: [PATCH] fix of bug 11222 --- labels/label-item-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl index eeb46f8..a9a1805 100755 --- a/labels/label-item-search.pl +++ b/labels/label-item-search.pl @@ -97,7 +97,7 @@ if ( $op eq "do_search" ) { $ccl_query .= "acqdate(-" . $dateto->output("iso") . ')'; } else { $ccl_query .= ' and ' if ( $ccl_textbox || $datefrom ); - $ccl_query .= "acqdate,st-date-normalized,le=" . $datefrom->output("iso"); + $ccl_query .= "acqdate,st-date-normalized,le=" . $dateto->output("iso"); } } -- 1.8.1.msysgit.1