[Koha-bugs] [Bug 21098] Add missing budget optgroups to parcels.tt and newemptyorder.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 12 16:13:27 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21098

--- Comment #8 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list