[open-ils-commits] r16713 - tags/rel_1_6_1_0/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jun 14 13:01:54 EDT 2010


Author: miker
Date: 2010-06-14 13:01:51 -0400 (Mon, 14 Jun 2010)
New Revision: 16713

Modified:
   tags/rel_1_6_1_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
make sure this vandelay fix is in the release tag, if later rebuilding is required

Modified: tags/rel_1_6_1_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- tags/rel_1_6_1_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2010-06-14 16:31:29 UTC (rev 16712)
+++ tags/rel_1_6_1_0/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm	2010-06-14 17:01:51 UTC (rev 16713)
@@ -217,9 +217,6 @@
     my $evt = check_queue_perms($e, $type, $queue);
     return $evt if $evt;
 
-	my $method = "open-ils.vandelay.queued_${type}_record.create";
-	$method = $self->method_lookup( $method );
-
     my $cache = new OpenSRF::Utils::Cache();
 
     my $data = $cache->get_cache('vandelay_import_spool_' . $fingerprint);



More information about the open-ils-commits mailing list