adding a "location" field to the library.
authortipaul <tipaul>
Mon, 6 Sep 2004 10:00:19 +0000 (10:00 +0000)
committertipaul <tipaul>
Mon, 6 Sep 2004 10:00:19 +0000 (10:00 +0000)
commit8d868bb448fa311587642deb648022fff8a68508
tree4ce0160842422b2caedbb77cfd29b856e7e9e40f
parentf3e5fcd15d6177330f56ec61c931d9f50c2d3cad
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.
C4/Biblio.pm
koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl
koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl
updater/updatedatabase