10 Oct
2025
10 Oct
'25
10:16 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40978 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 187719 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187719&action=edit Bug 40978: Remove warnings from Budgets.t If no shipment_budget is set then undef is set as key of the hashref which generates a warning: Use of uninitialized value $row[0] in hash element at /usr/lib/x86_64-linux-gnu/perl5/5.40/DBI.pm line 2122. Later we only access the hashref by budget_id, so this change seems safe. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.