Bugzilla – Attachment 17663 Details for
Bug 10106
Markup error causing misplacement of "reopen" checkbox on invoice edit screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen
PASSED-QA-Bug-10106---Markup-error-causing-misplac.patch (text/plain), 1.57 KB, created by
Katrin Fischer
on 2013-04-25 06:01:06 UTC
(
hide
)
Description:
[PASSED QA] Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-04-25 06:01:06 UTC
Size:
1.57 KB
patch
obsolete
>From 28fd381abad0a7dff4e136023527de313e98e553 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 24 Apr 2013 08:52:12 -0400 >Subject: [PATCH] [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. >--- > .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index 108e771..96df8d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -70,7 +70,7 @@ > <li><span class="label">Status:</span> > Closed on [% invoiceclosedate | $KohaDates %].</li> > >- <li><label for="reopen">Reopen: </label></li> <input type="checkbox" name="reopen" id="reopen" /> >+ <li><label for="reopen">Reopen: </label> <input type="checkbox" name="reopen" id="reopen" /></li> > [% ELSE %] > <li><span class="label">Status:</span> > Open.</li> >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10106
:
17647
|
17654
| 17663