[open-ils-commits] r18632 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 5 13:50:09 EDT 2010


Author: dbs
Date: 2010-11-05 13:50:05 -0400 (Fri, 05 Nov 2010)
New Revision: 18632

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
Log:
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.


Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-11-05 17:37:16 UTC (rev 18631)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Storage/Publisher/action.pm	2010-11-05 17:50:05 UTC (rev 18632)
@@ -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/;



More information about the open-ils-commits mailing list