5 Nov
2020
5 Nov
'20
3:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603 --- Comment #37 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- + # Make sure it has not be paid yet + return if $self->amount != $self->amountoutstanding; Won't this fail when comparing floats? -- You are receiving this mail because: You are watching all bug changes.