From 3681f61e13eaea6c56811414e8a4d0649d09b03f Mon Sep 17 00:00:00 2001 From: Cori Lynn Arnold Date: Mon, 1 Oct 2018 14:36:26 +0000 Subject: [PATCH] Bug 18584: - removed white space in C4/Matcher.pm Test Plan: 1-go to C4/Matcher.pm 2-verify there is no whitespace at line 25 --- C4/Matcher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Matcher.pm b/C4/Matcher.pm index 7209511..5a62c05 100644 --- a/C4/Matcher.pm +++ b/C4/Matcher.pm @@ -44,7 +44,7 @@ C4::Matcher - find MARC records matching another one $matcher->add_matchpoint('isbn', 1000, [ { tag => '020', subfields => 'a', norms => [] } ]); $matcher->add_simple_required_check('245', 'a', -1, 0, '', '245', 'a', -1, 0, ''); - $matcher->add_required_check([ { tag => '245', subfields => 'a', norms => [] } ], + $matcher->add_required_check([ { tag => '245', subfields => 'a', norms => [] } ], [ { tag => '245', subfields => 'a', norms => [] } ]); my @matches = $matcher->get_matches($marc_record, $max_matches); -- 2.1.4