Bugzilla – Attachment 61767 Details for
Bug 16355
Searching for items added before or after a specific date [add item for label only]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16355 - Fix Searching for items added before or after a specific data
Bug 16355 - Fix Seaching for items added before or after a specific data.patch (text/plain), 920 bytes, created by
BestBookBuddies
on 2017-04-01 09:22:56 UTC
(
hide
)
Description:
Bug 16355 - Fix Searching for items added before or after a specific data
Filename:
MIME Type:
Creator:
BestBookBuddies
Created:
2017-04-01 09:22:56 UTC
Size:
920 bytes
patch
obsolete
>diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl >index 07924c8..511b2b4 100755 >--- a/labels/label-item-search.pl >+++ b/labels/label-item-search.pl >@@ -89,7 +89,7 @@ if ( $op eq "do_search" ) { > "acqdate(" . $datefrom . '-)'; > } else { > $ccl_query .= ' and ' if $ccl_textbox; >- $ccl_query .= "acqdate,st-date-normalized,ge=" . $datefrom; >+ $ccl_query .= "acqdate,st-date-normalized,ge>=" . $datefrom; > } > } > } >@@ -103,7 +103,7 @@ if ( $op eq "do_search" ) { > $ccl_query .= "acqdate(-" . $dateto . ')'; > } else { > $ccl_query .= ' and ' if ( $ccl_textbox || $datefrom ); >- $ccl_query .= "acqdate,st-date-normalized,le=" . $dateto; >+ $ccl_query .= "acqdate,st-date-normalized,le<=" . $dateto; > } > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16355
:
61767
|
78497