Bug 2047: another fix for error during search when there is no MARC::Record
authorAndrew Moore <andrew.moore@liblime.com>
Fri, 9 May 2008 17:28:56 +0000 (12:28 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 11 May 2008 11:48:42 +0000 (06:48 -0500)
commitc6068880ab7434cb8bf0ea18ddbe54575a3deb85
tree5f5c5c2192a8beace8ec8e6e6aface70cc3dbc3d
parentdb755a4307ac09543b4e9e93347f5b319c030bc1
Bug 2047: another fix for error during search when there is no MARC::Record

This is another fix for a bug that was introduced while adding this feature.
I believe that either this patch or the one at:
http://lists.koha.org/pipermail/koha-patches/2008-May/000309.html
should be applied.

In the case that GetMarcBiblio or GetMarcStructure does not return a true value,
this returns without further processing.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Biblio.pm