Bug 7531

Summary: Reversing partial payments is buggy
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: CirculationAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED FIXED QA Contact: Ian Walls <koha.sekjal>
Severity: major    
Priority: P2 CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2012-02-11 21:25:07 UTC
It seems partial payments and reversing fines don't work well together.

To reproduce:

1) Create a manual invoice of 2.00 (Sundry), total due is 2.00.
2) Select the fine, click on 'Pay Selected' and pay off 1.00. Total due is 1.00.
3) Writeoff the additional 1.00 by clicking on 'Writeoff' next to the fine. Total due is now 0.00
4) Reverse the 1.00 payment. Total due will be 2.00 now, instead of 1.00.
Comment 1 Katrin Fischer 2012-04-22 17:49:29 UTC
This works correctly for me on current master. Closing bug.