From 3c19e5f7c6c92770b2d1b10a72248da47ea3be81 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 8 Dec 2014 19:55:24 -0500 Subject: [PATCH] Fix another "typo/thinko" in NCIP::ILS::Evergreen. Missed the 't' on an aout retrieve and ended pulling out an ou, instead. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS/Evergreen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NCIP/ILS/Evergreen.pm b/lib/NCIP/ILS/Evergreen.pm index a184ee1..e682b76 100644 --- 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.aout', $self->{session}->{authtoken}, $aou->ou_type() ); -- 2.43.2