Summary: | Payment receipt does not display the payment made | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Circulation | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Paul Poulain <paul.poulain> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gitbot, gmcharlt, kyle.m.hall, paul.poulain, sandboxes, srdjan, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Pre-Patch Receipt
Post-Patch Receipt Bug 10954 - Payment receipt does not display the payment made Bug 10954 - Payment receipt does not display the payment made Bug 10954 - Payment receipt does not display the payment made |
Created attachment 21491 [details]
Post-Patch Receipt
Created attachment 21492 [details] [review] Bug 10954 - Payment receipt does not display the payment made When printing a payment receipt, the payment does not display, only the total currently owed. Test Plan: 1) Create a payment for a borrower 2) Print the payment with the "print" button to the right of the payment 3) Note the missing payment line 4) Apply this patch 5) Repeat step 2 6) Note the payment line now displays Patch applied cleanly, go forth and signoff I got a javascript validatePayment() not defined error. Am I missing something? Patch tested with a sandbox, by cedric.vita@dracenie.com <cedric.vita@dracenie.com> Created attachment 22022 [details] [review] Bug 10954 - Payment receipt does not display the payment made When printing a payment receipt, the payment does not display, only the total currently owed. Test Plan: 1) Create a payment for a borrower 2) Print the payment with the "print" button to the right of the payment 3) Note the missing payment line 4) Apply this patch 5) Repeat step 2 6) Note the payment line now displays Signed-off-by: cedric.vita@dracenie.com <cedric.vita@dracenie.com> QA comments : * small patch, fixes a bug, nothing to highlight * passes koha-qa.pl passed QA Created attachment 22234 [details] [review] Bug 10954 - Payment receipt does not display the payment made When printing a payment receipt, the payment does not display, only the total currently owed. Test Plan: 1) Create a payment for a borrower 2) Print the payment with the "print" button to the right of the payment 3) Note the missing payment line 4) Apply this patch 5) Repeat step 2 6) Note the payment line now displays Signed-off-by: cedric.vita@dracenie.com <cedric.vita@dracenie.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Pushed to master. Thanks, Kyle! This patch has been pushed to 3.12.x, will be in 3.12.8. Thanks Kyle! *** Bug 11408 has been marked as a duplicate of this bug. *** |
Created attachment 21490 [details] Pre-Patch Receipt When printing a payment receipt, the payment does not display, only the total currently owed.