http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8175
--- Comment #8 from Julian Maurice <[email protected]> --- Created attachment 11496 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11496&action=edit Bug 8175 - Check for something in materials field fails in catalogue/details.pl The intent was clearly to know if the materials column should be displayed or not. As such, a defined check handles the NULL, 0, and '0' cases. The string match for /\S/ handles the intent of only displaying the column if is there is text in the materials field. Signed-off-by: Julian Maurice <[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/
