From: Bill Erickson Date: Fri, 1 Aug 2014 18:19:11 +0000 (-0400) Subject: pcrud personality import typo repair X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5646d8ebe435bde15b3f8104d10cf61555eb5a04;p=working%2FEvergreen.git pcrud personality import typo repair Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm index 6986701270..c372e0cd28 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm @@ -10,7 +10,7 @@ use OpenSRF::Utils qw/:datetime/; use OpenSRF::Utils::JSON; use OpenSRF::Utils::Logger qw/$logger/; use OpenILS::Application::AppUtils; -use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud'); +use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.pcrud'); use OpenILS::Utils::Fieldmapper; use DateTime::Format::ISO8601; use CGI qw(:all -utf8);