| Summary: | Edit button ineffective when paying borrower fee | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Frédéric Demians <f.demians> |
| Component: | Patrons | Assignee: | Frédéric Demians <f.demians> |
| Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | gmcharlt, paul.poulain |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Proposed patch
[SIGNED-OFF] Bug 7472 Edit button ineffective when paying borrower fee |
||
|
Description
Frédéric Demians
2012-01-26 09:38:25 UTC
Created attachment 7335 [details] [review] Proposed patch Created attachment 7336 [details] [review] [SIGNED-OFF] Bug 7472 Edit button ineffective when paying borrower fee On payment page, the Edit button doesn't load anymore the current borrower edit page. To reproduce the bug: - Define a borrower category 'foo' with Enrollment fee - Create a new 'foo' borrower - Click on Check out tab - A message is displayed: Fees & Charges: Patron has Outstanding fees & charges of xx.00. Checkouts are BLOCKED because fine balance is OVER THE LIMIT. Make Payment - Click on Payment link - Click on Edit button - You reach a page for creating a new borrower => you should reach the current borrower edition page - Same issue on paycollect.tt template Signed-off-by: Owen Leonard <oleonard@myacpl.org> Template only change to pass borrowernumber param to include files. Marking as Passed QA. |