28 Dec
2015
28 Dec
'15
8:59 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14015 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- if ( ( @$barcodes == 0 ) && ( ! @$barcodes eq '0') && ( $print eq 'maybe' ) ) I agree with Jonathan. This code needs to be adjusted. If $barcodes == [ '0'], the second test cannot be true since @$barcodes will be 1. Failed QA -- You are receiving this mail because: You are watching all bug changes.