http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8175
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #10566|0 |1 is obsolete| | --- Comment #4 from Chris Cormack <[email protected]> --- Created attachment 10577 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10577&action=edit Bug 8175 - Missing defined check in catalogue/details.pl Actually, just dropping the "ne ''" was better. In some cases $item->{'materials'} isn't defined. Any value is true, so no need for comparison. Signed-off-by: Chris Cormack <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
