Bugzilla – Attachment 67417 Details for
Bug 17457
Use SearchWithISBNVariations in acquisition advanced search (histsearch.pl)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17457 - Small fix to prevent variable name collision
Bug-17457---Small-fix-to-prevent-variable-name-col.patch (text/plain), 802 bytes, created by
David Bourgault
on 2017-09-27 20:25:07 UTC
(
hide
)
Description:
Bug 17457 - Small fix to prevent variable name collision
Filename:
MIME Type:
Creator:
David Bourgault
Created:
2017-09-27 20:25:07 UTC
Size:
802 bytes
patch
obsolete
>From e1b18f4c971fa286a181728ef2040ae12d428abe Mon Sep 17 00:00:00 2001 >From: David Bourgault <david.bourgault@inlibro.com> >Date: Mon, 25 Sep 2017 16:34:33 -0400 >Subject: [PATCH] Bug 17457 - Small fix to prevent variable name collision > >--- > C4/Acquisition.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index 456ea86..6e974bc 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -2367,8 +2367,8 @@ sub GetHistory { > > if ( @isbns ) { > $query .= " AND ( biblioitems.isbn LIKE " . join (" OR biblioitems.isbn LIKE ", @params ) . ")"; >- foreach my $isbn (@isbns){ >- push @query_params, "%$isbn%"; >+ foreach my $isb (@isbns){ >+ push @query_params, "%$isb%"; > } > } > >-- >2.7.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 17457
:
67355
|
67416
|
67417
|
67418
|
67820
|
70279
|
70910