https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23674
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #66 from Katrin Fischer <[email protected]> --- I did some testing in the GUI on this patch set and come back with some questions: 1) Partial payment and refund - Create a manual invoice, 10.00 - Pay using the pay button in the transactions table, 1:00 + note - Payment note is empty when checking the payments tab: It looks like the note used there now and the existing payment notes use different fields - should we not use the same for the payment note no matter where it's paid from? - Now issuing a refund explodes into: Exception 'Koha::Exceptions::ParameterTooHigh' thrown 'Amount to payout (3.00) is higher than amountoutstanding (0)' at /usr/share/perl5/Exception/Class/Base.pm line 88 - new bug? 2) Manual invoice + discount - Create a manual invoice, 10.00 - Apply discount: 1.00 The note field is before the amount, on the other forms it's the last input field on the form. Should we move it to make it more consistent? Can you please check? Void, refund and cancel all worked as expected in testing. -- You are receiving this mail because: 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/
