Summary: | 'Pay amount toward all fines' does not record payment note | ||
---|---|---|---|
Product: | Koha | Reporter: | Jesse Maseto <jesse> |
Component: | Staff interface | Assignee: | Marc Véron <veron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P4 | CC: | gmcharlt, jdemuth, pasi.kallinen, tomascohen, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 12865 - 'Pay amount toward all fines' does not record payment note
[SIGNED-OFF] Bug 12865 - 'Pay amount toward all fines' does not record payment note [PASSED QA] Bug 12865 - 'Pay amount toward all fines' does not record payment note |
Description
Jesse Maseto
2014-09-03 14:47:54 UTC
I followed the test cases and can confirm the behaviour. If I put a note in paycollet.pl: "Pay an amount toward all fines", it does not display. Created attachment 31545 [details] [review] Bug 12865 - 'Pay amount toward all fines' does not record payment note Without patch: ------------- Make payment for patron who has fines Select the Pay Amount button and add a note in the note box. Select confirm Result: The note does not display in list With patch: ---------- Result: The note displays in list Bonus testing: The note is included in system logs as well (Home:Tools:Logs) Original version was 3.14. Version set to master. Setting priority to P3 because data is not properly recorded in database. Created attachment 31546 [details] [review] [SIGNED-OFF] Bug 12865 - 'Pay amount toward all fines' does not record payment note Without patch: ------------- Make payment for patron who has fines Select the Pay Amount button and add a note in the note box. Select confirm Result: The note does not display in list With patch: ---------- Result: The note displays in list Bonus testing: The note is included in system logs as well (Home:Tools:Logs) Signed-off-by: Owen Leonard <oleonard@myacpl.org> (In reply to Marc Véron from comment #3) > Setting priority to P3 because data is not properly recorded in database. By the way, as far as I know priority settings are not taken into account in the QA process. I think changing the severity (minor/normal/major/etc) is preferred. Created attachment 31554 [details] [review] [PASSED QA] Bug 12865 - 'Pay amount toward all fines' does not record payment note Without patch: ------------- Make payment for patron who has fines Select the Pay Amount button and add a note in the note box. Select confirm Result: The note does not display in list With patch: ---------- Result: The note displays in list Bonus testing: The note is included in system logs as well (Home:Tools:Logs) Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> *** Bug 12314 has been marked as a duplicate of this bug. *** Patch pushed to master. Thanks Marc! |