From 874bb34c350e64e18814495733dd1ca68b92188c Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 5 Nov 2010 17:50:05 +0000 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 64c9e27a3..4d590ab47 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/; -- 2.11.0