Summary: | Markup error causing misplacement of "reopen" checkbox on invoice edit screen | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Acquisitions | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/acqui/invoice.pl?invoiceid=X | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen
Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen [PASSED QA] Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen |
Description
Owen Leonard
2013-04-24 12:51:00 UTC
Created attachment 17647 [details] [review] Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen A misplaced closing </li> causes the "reopen" checkbox to be misplaced if you're editing the a closed invoice. This patch puts the </li> in its proper place. To test, view a closed invoice (Acquisitions -> Vendor -> Invoices) and confirm that the "reopen" checkbox is correctly placed. Created attachment 17654 [details] [review] Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen A misplaced closing </li> causes the "reopen" checkbox to be misplaced if you're editing the a closed invoice. This patch puts the </li> in its proper place. To test, view a closed invoice (Acquisitions -> Vendor -> Invoices) and confirm that the "reopen" checkbox is correctly placed. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Created attachment 17663 [details] [review] [PASSED QA] Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen A misplaced closing </li> causes the "reopen" checkbox to be misplaced if you're editing the a closed invoice. This patch puts the </li> in its proper place. To test, view a closed invoice (Acquisitions -> Vendor -> Invoices) and confirm that the "reopen" checkbox is correctly placed. Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Problem easy to spot, patch fixes it perfectly. This patch has been pushed to master and 3.12.x. |