9 Aug
2012
9 Aug
'12
2:27 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8175 --- Comment #8 from Julian Maurice <julian.maurice@biblibre.com> --- 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 <julian.maurice@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.