]> git.koha-community.org Git - koha.git/commit
Bug 5879 : Biblio.pm : fix isbd syspref and default location
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 16 Mar 2011 11:06:37 +0000 (12:06 +0100)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 22 Mar 2011 21:28:30 +0000 (17:28 -0400)
commit1a65632c1d0455b81e2776f1a3fd563bcfe4f990
tree337217d83eb418d26becf4b30d94e114a9482e25
parente77a2d82aeb0c1271f1ee6f9e7d0afd25d3c15e0
Bug 5879 : Biblio.pm : fix isbd syspref and default location

- the systempreference is isbd, not ISBD
- when preparing the ItemRecord (for acq or serials recieving), there was no default value calculated for location. Fixing that

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 620ae78f847ba3c42bcbfd0e0f9a530daa79e65b)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Biblio.pm