From 80ebac0ab1ac5caf2f5adabffc75b22bbf0ab274 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 5 Apr 2006 02:44:40 +0000 Subject: [PATCH] added copy location to basic fm git-svn-id: svn://svn.open-ils.org/ILS/trunk@3558 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/fieldmapper.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/fieldmapper.pl b/Open-ILS/src/extras/fieldmapper.pl index 1dac298e13..d89ac4efb0 100755 --- a/Open-ILS/src/extras/fieldmapper.pl +++ b/Open-ILS/src/extras/fieldmapper.pl @@ -11,13 +11,13 @@ if(!$web) { $web = ""; } # List of classes needed by the opac my @web_hints = qw/ asv asva asvr asvq - circ acpl ccs ahn + circ ccs ahn crcd crmf crrf mbts aoc aus mous mobts mb /; my @web_core = qw/ aou au perm_ex ex aout - mvr ccs ahr aua ac actscecm cbreb + mvr ccs ahr aua ac actscecm cbreb acpl cbrebi acpn acp acnn acn bren /; my @reports = qw/ perm_ex ex ao aou aout /; -- 2.43.2