added 'ex' to the web fieldmapper
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 May 2005 21:49:15 +0000 (21:49 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 May 2005 21:49:15 +0000 (21:49 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@686 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/fieldmapper.pl

index 1ba0401..549b0f8 100755 (executable)
@@ -8,7 +8,7 @@ my $map = $Fieldmapper::fieldmap;
 # if a true value is provided, we generate the web (light) version of the fieldmapper
 my $web = $ARGV[0];
 # List of classes needed by the opac
-my @web_hints = ("mvr", "au", "aou","aout", "asv", "asva", "asvr", "asvq");
+my @web_hints = ("ex", "mvr", "au", "aou","aout", "asv", "asva", "asvr", "asvq");
 
 print <<JS;