https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15906 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- When paying partial amounts via Pay and via Pay amount, the amount is positive via Pay and negative via Pay amount: +-------------+-----------+-------------------+---------------+---------------------+ | accounttype | amount | amountoutstanding | lastincrement | timestamp | +-------------+-----------+-------------------+---------------+---------------------+ | F | 30.000000 | 14.000000 | NULL | 2016-10-28 08:38:42 | | Pay | 10.000000 | 0.000000 | NULL | 2016-10-28 08:34:25 | | Pay | -1.000000 | 0.000000 | NULL | 2016-10-28 08:37:04 | | Pay | 2.000000 | 0.000000 | NULL | 2016-10-28 08:38:15 | | Pay | -3.000000 | 0.000000 | NULL | 2016-10-28 08:38:42 | +-------------+-----------+-------------------+---------------+---------------------+ Does not look good to me. -- You are receiving this mail because: You are watching all bug changes.