https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22873
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16899 CC| |[email protected] --- Comment #1 from Katrin Fischer <[email protected]> --- I am not sure that this does nothing, there is some code in FeePayment.pm that checks for it: if ($disallow_overpayment) { return 0 if $account->balance < $amt; } Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16899 [Bug 16899] Add ability to disallow overpayments via SIP -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
