30 Apr
2020
30 Apr
'20
11:43 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25261 Frédéric Demians <frederic@tamil.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic@tamil.fr --- Comment #3 from Frédéric Demians <frederic@tamil.fr> --- Use of uninitialized value $no_of_parts in numeric gt (>) at /C4/Circulation.pm line 848. You should replace: my $no_of_parts = $item_object->materials; with: my $no_of_parts = $item_object->materials || 0; -- You are receiving this mail because: You are watching all bug changes.