[Koha-bugs] [Bug 22873] C4::SIP::ILS::Transation::FeePayment->pay $disallow_overpayment does nothing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun May 12 01:23:51 CEST 2019


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |16899
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list