[Koha-bugs] [Bug 28120] Koha Account pay is logging fine amountoutstanding as 0 when paying selected lines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 1 09:39:53 CEST 2023


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
The log appears to have changed quite a bit since:

$VAR1 = { 'note' => '', 'itemnumber' => undef, 'credit_type_code' => 'PAYMENT',
'description' => '', 'borrowernumber' => 51, 'amount' => -4,
'amountoutstanding' => -4, 'action' => 'create_PAYMENT', 'branchcode' => 'CPL',
'manager_id' => 51 }; 

Argueably as my fine was 5.00, the amountoutstanding should probably be 1?

I am not sure about removing the fines log. It cannot be accessed as easily
from the GUI - maybe we need to think how to make the information more
visible/resusable first.

-- 
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