Koha/updater
tipaul 8d868bb448 adding a "location" field to the library.
This field is useful when the callnumber contains no information on the room where the item is stored.
With this field, we now have 3 levels of informations to find a book :
* the branch.
* the location.
* the callnumber.

This should be versatile enough to solve any storing method.
This hack is quite simple, due to the nice Biblio.pm API. The MARC => koha db link is automatically managed. Just add the link in the parameters section.
2004-09-06 10:00:19 +00:00
..
sample_only_param_tables.sql
thesaurus_create.pl
updatedatabase adding a "location" field to the library. 2004-09-06 10:00:19 +00:00