Signed-off-by: Mike Rylander <mrylander@gmail.com>
use OpenSRF::Utils::JSON;
use OpenSRF::Utils::Logger qw/$logger/;
use OpenILS::Application::AppUtils;
-use OpenILS::Utils::CStoreEditor qw/:funcs/;
+use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud');
use OpenILS::Utils::Fieldmapper;
use DateTime::Format::ISO8601;
use CGI qw(:all -utf8);
use Apache2::Log;
use OpenSRF::EX qw(:try);
use OpenSRF::AppSession;
-use OpenILS::Utils::CStoreEditor q/:funcs/;
+use OpenILS::Utils::CStoreEditor (':funcs', personality => 'open-ils.prcud');
use List::MoreUtils qw/uniq/;
use constant OILS_HTTP_COOKIE_SKIN => 'eg_skin';