Bugzilla – Attachment 22842 Details for
Bug 11222
A regression on label-item-search.pl done by Bug 9239
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for bug 11222
0001-fix-of-bug-11222.patch (text/plain), 866 bytes, created by
Zeno Tajoli
on 2013-11-08 17:14:08 UTC
(
hide
)
Description:
Fix for bug 11222
Filename:
MIME Type:
Creator:
Zeno Tajoli
Created:
2013-11-08 17:14:08 UTC
Size:
866 bytes
patch
obsolete
>From e739f9d60536054f4a207508dfc607ccb3610e7e Mon Sep 17 00:00:00 2001 >From: unknown <tajoli@tajoli-p.cilea-ad.local> >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 >
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 11222
:
22842
|
22959
|
23091