From b564ad7addd823b96e676e6e6224db05d8d197b8 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 29 Aug 2008 14:35:03 +0000 Subject: [PATCH] calling internal bib instead of auth rec creator on bib queue git-svn-id: svn://svn.open-ils.org/ILS/trunk@10474 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm index f5d0a25a49..139222eda1 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm @@ -128,7 +128,7 @@ sub add_record_to_bib_queue { ($e->allowed('CREATE_BIB_IMPORT_QUEUE', undef, $queue) || $e->allowed('CREATE_BIB_IMPORT_QUEUE', $queue->owner)); - my $new_id = _add_auth_rec($e, $marc, $queue->id, $purpose); + my $new_id = _add_bib_rec($e, $marc, $queue->id, $purpose); $e->die_event unless ($new_id); $e->commit; -- 2.43.2