Bug 16365 - GetMarcStructure() "unsafe" variant in PrepareItemrecordDisplay()
authorJacek Ablewicz <abl@biblos.pk.edu.pl>
Wed, 27 Jul 2016 09:38:00 +0000 (11:38 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 10:43:26 +0000 (10:43 +0000)
commit2b84e18575efbd5edb0552a016f1a4aab3093444
treeab230d36ef49a0475b8df66752ef436ca4d9a68a
parent7bdc106c986fb2ca57426797b3f9b85d2abab4a3
Bug 16365 - GetMarcStructure() "unsafe" variant in PrepareItemrecordDisplay()

This sub is a good candidate for the "unsafe" treatment too, it doesn't
modify nor autovivify anything in the marc structure.

Added a warning in the code regarding the $tagslib usage by the
custom item plugins, plus a small change to prevent possible
"Use of uninitialized value" warnings in the future.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Tested with neworderempty.pl and itemrecorddisplay.pl.
Amended slightly: Made warning less dramatic.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Items.pm