Bugzilla – Attachment 22841 Details for
Bug 10500
Improve isbn matching when importing records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10500: Followup for UNIMARC
Bug-10500-Followup-for-UNIMARC.patch (text/plain), 795 bytes, created by
Kyle M Hall (khall)
on 2013-11-08 17:10:55 UTC
(
hide
)
Description:
Bug 10500: Followup for UNIMARC
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-11-08 17:10:55 UTC
Size:
795 bytes
patch
obsolete
>From 09db0765212c38fbf43ddcaa61a70fd1620565bc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 13 Sep 2013 10:43:09 +0200 >Subject: [PATCH] Bug 10500: Followup for UNIMARC > >In UNIMARC, the isbn index is ISBN. >--- > C4/Matcher.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Matcher.pm b/C4/Matcher.pm >index e6deb4c..d941bdd 100644 >--- a/C4/Matcher.pm >+++ b/C4/Matcher.pm >@@ -634,7 +634,7 @@ sub get_matches { > next if scalar(@source_keys) == 0; > > @source_keys = C4::Koha::GetVariationsOfISBNs(@source_keys) >- if ( $matchpoint->{index} eq 'isbn' >+ if ( $matchpoint->{index} =~ /^isbn$/i > && C4::Context->preference('AggressiveMatchOnISBN') ); > > # build query >-- >1.7.2.5
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 10500
:
19172
|
19174
|
20732
|
20744
|
21072
|
21257
|
21258
|
22840
|
22841
|
22910
|
22911
|
22918
|
22919
|
27220
|
27221
|
27222
|
27387
|
27388
|
27389