From: Dan Scott Date: Thu, 22 Mar 2012 18:58:42 +0000 (-0400) Subject: Fix typo spotted by Dan Wells in SFX parser X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=760cf7723c52fe868006c76a8d9c2005ab660c9c;p=contrib%2FConifer.git Fix typo spotted by Dan Wells in SFX parser All eyes make bugs shallow. Thanks Dan Wells! Signed-off-by: Dan Scott --- diff --git a/Open-ILS/examples/sfx_target_parser/JSPAC.pm b/Open-ILS/examples/sfx_target_parser/JSPAC.pm index 1015e0274d..792dd4c579 100644 --- a/Open-ILS/examples/sfx_target_parser/JSPAC.pm +++ b/Open-ILS/examples/sfx_target_parser/JSPAC.pm @@ -69,7 +69,7 @@ sub getHolding { elsif (defined($ISBN)) { # Strip hyphens $ISBN =~ s/-//g; - $searchString .= "dentifier|isbn: $ISBN"; + $searchString .= "identifier|isbn: $ISBN"; } elsif (defined($journalTitle)) { $searchString .= "ti:${journalTitle}&bl=s";