31 Mar
2025
31 Mar
'25
10:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Note: Ideally we should return the same structure than CalCFine (ie. an array, not an arrayref). But we cannot: Koha/Plugins.pm 80 sub call { 95 my $response = eval { $plugin->$method(@args) }; -- You are receiving this mail because: You are watching all bug changes.