From bc166eeaaef3f56d2bf76da2caf53a3b230e31e9 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 3 Nov 2010 20:30:12 +0000 Subject: [PATCH] add the Batch Bib Update module to startup.pl git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18594 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/startup.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl index 378aaa3174..0ebc73f0e8 100755 --- a/Open-ILS/examples/apache/startup.pl +++ b/Open-ILS/examples/apache/startup.pl @@ -5,6 +5,7 @@ use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml ); use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml ); use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml'); use OpenILS::WWW::Vandelay qw( /openils/conf/opensrf_core.xml ); +use OpenILS::WWW::TemplateBatchBibUpdate qw( /openils/conf/opensrf_core.xml ); use OpenILS::WWW::EGWeb ('/openils/conf/oils_web.xml'); use OpenILS::WWW::PasswordReset ('/openils/conf/opensrf_core.xml'); -- 2.11.0