Bug 7531 - Reversing partial payments is buggy
Summary: Reversing partial payments is buggy
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P2 major (vote)
Assignee: Kyle M Hall
QA Contact: Ian Walls
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-11 21:25 UTC by Katrin Fischer
Modified: 2012-10-25 23:10 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.