Summary: | Missing closing quote in checkout template | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Circulation | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | brendan, gmcharlt, hector.hecaxmmx, jonathan.druart, julian.maurice, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/circ/circulation.pl?borrowernumber=X | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 15821 | ||
Bug Blocks: | |||
Attachments: |
Bug 16215 - Missing closing quote in checkout template
[SIGNED-OFF]Bug 16215: Missing closing quote in checkout template Bug 16215: Missing closing quote in checkout template |
Description
Owen Leonard
2016-04-06 14:30:11 UTC
Created attachment 49976 [details] [review] Bug 16215 - Missing closing quote in checkout template This patch adds a missing closing quote to the circulation template. To see the affect of this bug: - Log in to Koha with an account which does not have the 'force_checkout' permission. - Locate a barcode which is checked out to a patron. - Open a different patron account for checkout. - Try to check out the barcode to that different patron. You see a "Cannot check out" dialog which breaks the structure of the rest of the page. To test, apply the patch and repeat the steps above. The issue should be fixed. Created attachment 49996 [details] [review] [SIGNED-OFF]Bug 16215: Missing closing quote in checkout template This patch adds a missing closing quote to the circulation template. To see the affect of this bug: - Log in to Koha with an account which does not have the 'force_checkout' permission. - Locate a barcode which is checked out to a patron. - Open a different patron account for checkout. - Try to check out the barcode to that different patron. You see a "Cannot check out" dialog which breaks the structure of the rest of the page. To test, apply the patch and repeat the steps above. The issue should be fixed. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised Created attachment 50001 [details] [review] Bug 16215: Missing closing quote in checkout template This patch adds a missing closing quote to the circulation template. To see the affect of this bug: - Log in to Koha with an account which does not have the 'force_checkout' permission. - Locate a barcode which is checked out to a patron. - Open a different patron account for checkout. - Try to check out the barcode to that different patron. You see a "Cannot check out" dialog which breaks the structure of the rest of the page. To test, apply the patch and repeat the steps above. The issue should be fixed. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to Master - Should be in the May 2016 Release. Thanks! Not needed in stable versions, status changed to RESOLVED |