Bug Fixing : title not displayed in UNIMARC
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Fri, 4 Jan 2008 19:06:49 +0000 (13:06 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 4 Jan 2008 23:52:15 +0000 (17:52 -0600)
commit593cb7e27e7e5cfbde5e859bf452ca2f0ec8709f
tree293a39b1ec40e5e5538e25e50293bac11d6c940c
parentee5c60cc2dced3ef40ae68555a382437e7ba98dc
Bug Fixing : title not displayed in UNIMARC

use of record->title() for UNIMARC is not correct, since MARC::Record functions are based
on MARC21 marckup.
What should be used instead is : GetBiblioData

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
catalogue/MARCdetail.pl