https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25526
--- Comment #4 from Martin Renvoize <[email protected]> --- The proposed patch circumvents the serverside under-collection protection. To test: 1/ Disable javascript in the browser (in chrome you can do this via the developer tool > settings > disable Javascript) 2/ Attempt to pay part of a fine... enter an amount less than the 'amount being paid' into the 'amount tendered' box 3/ Without the patch, you would be faced with an undercollection error message (the yellow error box mentioned above) 4/ With the patch, you will not face any errors and the full payment amount will have been recorded against the accountable, not the lower amount you actually collected from the patron. Failing QA - Correct patch to follow. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
