Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit...
authorOwen Leonard <oleonard@myacpl.org>
Wed, 24 Apr 2013 12:52:12 +0000 (08:52 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 26 Apr 2013 02:08:30 +0000 (22:08 -0400)
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.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt

index 108e771..96df8d1 100644 (file)
@@ -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>