http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10400
--- Comment #2 from Galen Charlton <[email protected]> --- Testing shows that if you pass an invalid field list to _get_text_fields(), the result is: $VAR1 = [ { 'desc' => undef, 'code' => undef } ]; That seems a bit untidy; I think it ought to return either undef or a ref to an empty list in that case. -- 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/
