http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8895 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA comments: 1/ The line: unless (defined $data->{value}) { $data->{value} = "";} could be wrote as: $data->{value} //= ""; (with Modern::Perl). 2/ The Bug 2505 collects this kind of patch :) 3/ The line 424 has a useless test if defined( $data->{value} ) Marked as Failed QA for 3 -- You are receiving this mail because: You are watching all bug changes.