projects
/
working
/
NCIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f04968f
)
Fix a typo on line 2790 of NCIP::ILS::Evergreen.
author
Jason Stephenson
<jason@sigio.com>
Mon, 8 Dec 2014 23:28:33 +0000
(18:28 -0500)
committer
Jason Stephenson
<jason@sigio.com>
Mon, 8 Dec 2014 23:28:33 +0000
(18:28 -0500)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS/Evergreen.pm
patch
|
blob
|
history
diff --git
a/lib/NCIP/ILS/Evergreen.pm
b/lib/NCIP/ILS/Evergreen.pm
index
8f3be5b
..
6bc9620
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-2787,7
+2787,7
@@
sub find_location_failover {
$location = $request->{$message}->{InitiationHeader}->{ToAgencyId}->{AgencyId};
if ($location) {
# Because Auto-Graphics. (This should be configured somehow.)
- $location =
~ s/^[^-]+-//;
+ $location =~ s/^[^-]+-//;
$org_unit = $self->retrieve_org_unit_by_shortname($location);
}
}