12 Dec
2018
12 Dec
'18
3:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21098 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jonathan Druart from comment #6)
The "Show inactive" does not seem to work on parcels.pl
This is wrong, it works. I had budget_amount==0 The behavior between the 2 views is different, because of: neworderemtpy.pl 324 if (!defined $r->{budget_amount} || $r->{budget_amount} <0) { and parcels.pl 186 if (!defined $r->{budget_amount} || $r->{budget_amount} == 0) { You can forget my comment. -- You are receiving this mail because: You are watching all bug changes.