https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24680 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Ere, do not you think we should set the values only if passed, instead? Like: my $params = { id => $id, ( defined $foo ? foo => $foo : () ), ( defined $bar ? bar => $bar : () ), }; -- You are receiving this mail because: You are watching all bug changes.