projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf06e3
)
Fix typo spotted by Dan Wells in SFX parser
author
Dan Scott
<dscott@laurentian.ca>
Thu, 22 Mar 2012 18:58:42 +0000
(14:58 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Thu, 22 Mar 2012 18:58:42 +0000
(14:58 -0400)
All eyes make bugs shallow. Thanks Dan Wells!
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/examples/sfx_target_parser/JSPAC.pm
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/sfx_target_parser/JSPAC.pm
b/Open-ILS/examples/sfx_target_parser/JSPAC.pm
index
1015e02
..
792dd4c
100644
(file)
--- 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 .= "
i
dentifier|isbn: $ISBN";
}
elsif (defined($journalTitle)) {
$searchString .= "ti:${journalTitle}&bl=s";