[Koha-bugs] [Bug 20447] Add support for MARC holdings records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 13 10:42:04 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #314 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
This patch set causes following error in error logs:

> Use of uninitialized value in concatenation (.) or string at /usr/share/koha/intranet/cgi-bin/cataloguing/additem.pl line 242.

> 242   $authorised_lib{$holding->{holding_id}} = $holding->{holding_id} . ' ' . $holding->{holdingbranch} . ' ' . $holding->{location} . ' ' . $holding->{ccode} . ' ' . $holding->{callnumber};

Before using the values in string one should check whether the string is
defined.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list