From db4564ad3712b066bb9da1ce4a85ef61b334f401 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 11 Jan 2006 00:10:27 +0000 Subject: [PATCH] added biblio container and items for extended fm git-svn-id: svn://svn.open-ils.org/ILS/trunk@2674 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/fieldmapper.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/fieldmapper.pl b/Open-ILS/src/extras/fieldmapper.pl index 50589a5e26..d664760746 100755 --- a/Open-ILS/src/extras/fieldmapper.pl +++ b/Open-ILS/src/extras/fieldmapper.pl @@ -10,9 +10,10 @@ my $web = $ARGV[0]; if(!$web) { $web = ""; } # List of classes needed by the opac -my @web_hints = qw/asv asva asvr asvq +my @web_hints = qw/ asv asva asvr asvq circ acp acpl acn ccs ahn - crcd crmf crrf mbts aoc aus mous mobts/; + crcd crmf crrf mbts aoc aus + mous mobts cdreb cdrebi /; my @web_core = qw/ aou au perm_ex ex aout mvr ccs ahr aua ac actscecm /; -- 2.43.2