2 Sep
2025
2 Sep
'25
2:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39721 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- comment 10 is because you removed this line: - map { delete $$suggestion_ref{$_} unless $_ eq 'branchcode' } keys %$suggestion_ref; There are other lines that have been removed incorrectly IMO: -foreach my $key ( keys %$suggestion_ref ) { - delete $suggestion_ref->{$key} if ( !$suggestion_ref->{$key} && ( $op eq 'else' ) ); - delete $suggestion_ref->{$key} if $key =~ m{^DataTables_acqui_suggestions_suggestions}; -} -- You are receiving this mail because: You are watching all bug changes.