Voyager: print and email location names
There was a bug in Unicode Voyager that made the location names in email and print output from the OPAC disappear. Normally, this appears in the emailh.cfg or saveh.cfg file as:
Location:
1000
Where 1000 is shorthand for Voyager to pick up the location name from a table. The only fix for this in Unicode was to replace this with:
Location:
852 XX ab
so that at least the crytpic location code would appear in the output. They fixed this in v5.
Comments