Bugzilla – Attachment 44118 Details for
Bug 9223
Multiple values of AdvancedSearchTypes in suggestions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9223 - Fix QA issues
Bug-9223---Fix-QA-issues.patch (text/plain), 798 bytes, created by
Alex Arnaud
on 2015-10-28 10:00:15 UTC
(
hide
)
Description:
Bug 9223 - Fix QA issues
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2015-10-28 10:00:15 UTC
Size:
798 bytes
patch
obsolete
>From 1a38b1d3f15bc0cf9ac2c65f5e6bb7da686695bf Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Wed, 28 Oct 2015 10:57:22 +0100 >Subject: [PATCH] Bug 9223 - Fix QA issues > >--- > opac/opac-suggestions.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/opac-suggestions.pl b/opac/opac-suggestions.pl >index fae1b26..4e3717f 100755 >--- a/opac/opac-suggestions.pl >+++ b/opac/opac-suggestions.pl >@@ -188,8 +188,8 @@ if ( C4::Context->preference("AllowPurchaseSuggestionBranchChoice") ) { > } > > $template->param( >- %$suggestion, >- supports_loop => $supportlist, >+ %$suggestion, >+ supports_loop => $supportlist, > suggestions_loop => $suggestions_loop, > patron_reason_loop => $patron_reason_loop, > "op_$op" => 1, >-- >1.7.10.4
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 9223
:
13903
|
14427
|
14428
|
20015
|
20016
|
20017
|
35492
|
35493
|
35494
|
36178
|
36179
|
36702
|
36703
|
36704
|
40011
|
40012
|
40013
|
40014
|
40015
|
40016
|
42287
|
42288
|
42289
|
42290
|
42291
|
42336
|
42337
|
42338
|
42339
|
42340
|
44111
|
44113
|
44114
|
44115
|
44116
|
44117
| 44118