]> git.koha-community.org Git - koha.git/commit
Bug 13635: Unimarc - On editing a notice, the title should be displayed
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 28 Jan 2015 12:03:31 +0000 (13:03 +0100)
committerMason James <mtj@kohaaloha.com>
Thu, 26 Mar 2015 03:01:29 +0000 (16:01 +1300)
commit28128c034f60e3e771409673133c6dfd27852965
tree0f0f9dd5ae16d6c929aed274cc8b42182033d19a
parent1a2003b26808016c6cde63c37bd950f5dd4592b0
Bug 13635: Unimarc - On editing a notice, the title should be displayed

The title method of MARC::Record does not deal with UNIMARC, it should
not be called if the marc flavour is UNIMARC.

Test plan:
On an unimarc installation, edit a notice, with this patch you should
see
 "Editing TITLE (Record number BIBLIONUMBER)"

Without, the title was not displayed.
Same in the breadcrumbs.

Bug 13635: Remove another useless call

There is another call to the title method in additem.pl without any
check on the marc flavour.
But here the title variable sent to the template is redefined 3 lines
later.
So it can be simply removed.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tested on UNIMARC install, editing a 'record' (not notice) does not show
title on breadcrumbs, status bar or page title.
With patch it does!
No koha-qa errors.

Signed-off-by: joel aloi <aloi54@live.fr>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Mason James <mtj@kohaaloha.com>
cataloguing/addbiblio.pl
cataloguing/additem.pl