adding barcode index

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Joshua Ferraro 2007-10-06 21:41:34 -05:00
parent e87c497f5d
commit 827d27111f

View file

@ -67,6 +67,7 @@ unless (%index) {
'note' => '500a', 'note' => '500a',
'subject' => '600a, 650a', 'subject' => '600a, 650a',
'dewey' => '082', 'dewey' => '082',
'bc' => '952p',
'host-item' => '952a, 952c'"); 'host-item' => '952a, 952c'");
%index = GetNoZebraIndexes(); %index = GetNoZebraIndexes();
} }