https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29858
--- Comment #1 from Peter Vashchuk <[email protected]> --- Created attachment 129331 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=129331&action=edit Bug 29858: NULL $field var causing "Use of uninitialized value" warn Some fields might be null which causes "Use of uninitialized value in string eq at .../Koha/Item.pm line 639." warn. This patch prevents this warn to get thrown by checking if the field is defined first. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
