[open-ils-commits] r13328 - branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jun 5 12:54:48 EDT 2009
Author: erickson
Date: 2009-06-05 12:54:46 -0400 (Fri, 05 Jun 2009)
New Revision: 13328
Modified:
branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
Log:
repaired typo in module name
Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2009-06-05 16:54:16 UTC (rev 13327)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm 2009-06-05 16:54:46 UTC (rev 13328)
@@ -612,11 +612,11 @@
my $record;
if(defined $overlay_target) {
$logger->info("vl: overlaying record $overlay_target");
- $record = OpenILS::Utils::Cat::AuthCommon->overlay_authority_record(
+ $record = OpenILS::Application::Cat::AuthCommon->overlay_authority_record(
$overlay_target, $rec->marc); #$source);
} else {
$logger->info("vl: importing new record");
- $record = OpenILS::Utils::Cat::AuthCommon->import_authority_record(
+ $record = OpenILS::Application::Cat::AuthCommon->import_authority_record(
$rec->marc) #$source);
}
More information about the open-ils-commits
mailing list