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:
ab4b455
)
Fix another "typo/thinko" in NCIP::ILS::Evergreen.
author
Jason Stephenson
<jason@sigio.com>
Tue, 9 Dec 2014 00:55:24 +0000
(19:55 -0500)
committer
Jason Stephenson
<jason@sigio.com>
Tue, 9 Dec 2014 00:55:24 +0000
(19:55 -0500)
Missed the 't' on an aout retrieve and ended pulling out an ou,
instead.
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
a184ee1
..
e682b76
100644
(file)
--- a/
lib/NCIP/ILS/Evergreen.pm
+++ b/
lib/NCIP/ILS/Evergreen.pm
@@
-2005,7
+2005,7
@@
sub retrieve_org_unit_by_shortname {
if ($aou) {
my $type = $U->simplereq(
'open-ils.pcrud',
- 'open-ils.pcrud.retrieve.aou',
+ 'open-ils.pcrud.retrieve.aou
t
',
$self->{session}->{authtoken},
$aou->ou_type()
);