http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6413 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #38 from Paul Poulain <paul.poulain@biblibre.com> --- Sorry guys (& girls), but the problem I've explained in comment 29 is still here: (In reply to comment #29)
After testing again, I confirm my failed QA: * add 2 manual invoices, say 1€ and 2€ * head to "Pay fine" (pay.pl) tab * you can: - check or uncheck a line - add a comment on each line * uncheck line 2€, keep line 1€ checked, add a note to line 1€ * clic "Pay selected": you are asked to pay 1€, if you save,the comment you've entered is not saved
I also see wrong HTML: + <td><input type="text" name="payment_note_[% line.accountno %]"></input></td> should be written <td><input type="text" name="payment_note_[% line.accountno %]" /></td> (self closed html tag) -- You are receiving this mail because: You are watching all bug changes.