From: dbs Date: Fri, 5 Nov 2010 17:50:05 +0000 (+0000) Subject: Keep the hierarchy in line for O:A:S:Publisher::action.pm X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=874bb34c350e64e18814495733dd1ca68b92188c;p=Evergreen.git Keep the hierarchy in line for O:A:S:Publisher::action.pm Oddly enough, this didn't seem to affect hold-targeting functionality, but testing was focused on placing a hold via the OPAC, and there's potential for other things to go amiss. git-svn-id: svn://svn.open-ils.org/ILS/trunk@18632 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm index 64c9e27a3f..4d590ab47f 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm @@ -1,5 +1,5 @@ package OpenILS::Application::Storage::Publisher::action; -use parent qw/OpenILS::Application::Storage/; +use parent qw/OpenILS::Application::Storage::Publisher/; use strict; use warnings; use OpenSRF::Utils::Logger qw/:level/;