added another class to the web_fieldmapper
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 21 Jun 2005 14:40:57 +0000 (14:40 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 21 Jun 2005 14:40:57 +0000 (14:40 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@890 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/fieldmapper.pl

index ab75f5e..e6146e2 100755 (executable)
@@ -9,7 +9,8 @@ my $map = $Fieldmapper::fieldmap;
 my $web = $ARGV[0];
 # List of classes needed by the opac
 my @web_hints = ("ex", "mvr", "au", "aou",
-               "aout", "asv", "asva", "asvr", "asvq", "circ", "acp");
+               "aout", "asv", "asva", "asvr", "asvq", 
+               "circ", "acp", "acn", "ccs");
 
 print <<JS;