[Koha-bugs] [Bug 24603] Allow to cancel charges in patron accounting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 5 15:06:55 CET 2020


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

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


More information about the Koha-bugs mailing list