Bugzilla – Attachment 40929 Details for
Bug 14435
Recover feature to store and access results of a report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14435: Make the tests pass
Bug-14435-Make-the-tests-pass.patch (text/plain), 1.07 KB, created by
Jonathan Druart
on 2015-07-10 15:19:24 UTC
(
hide
)
Description:
Bug 14435: Make the tests pass
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-07-10 15:19:24 UTC
Size:
1.07 KB
patch
obsolete
>From cffed002ca07aa9f420dc454b6e4f6509913ff68 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 10 Jul 2015 16:19:02 +0100 >Subject: [PATCH] Bug 14435: Make the tests pass > >--- > C4/Reports/Guided.pm | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm >index 5db2408..fe4a54e 100644 >--- a/C4/Reports/Guided.pm >+++ b/C4/Reports/Guided.pm >@@ -641,13 +641,12 @@ sub get_saved_reports { > } > if (my $keyword = $filter->{keyword}) { > push @cond, q| >- report LIKE ? >- OR report_name LIKE ? >+ report_name LIKE ? > OR notes LIKE ? > OR savedsql LIKE ? > OR s.id = ? > |; >- push @args, "%$keyword%", "%$keyword%", "%$keyword%", "%$keyword%", $keyword; >+ push @args, "%$keyword%", "%$keyword%", "%$keyword%", $keyword; > } > if ($filter->{group}) { > push @cond, "report_group = ?"; >-- >2.1.0
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 14435
:
40488
|
40489
|
40753
|
40796
|
40797
|
40929
|
40930
|
42196
|
44767
|
44795
|
51987
|
55814