https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39721

--- Comment #14 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to