Bug 21097: Missing optgroup closing tag in orderreceive.tt
authorDavid Cook <dcook@prosentient.com.au>
Fri, 20 Jul 2018 08:13:49 +0000 (18:13 +1000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 23 Jul 2018 15:08:57 +0000 (15:08 +0000)
There is a missing optgroup closing tag in orderreceive.tt. It doesn't
actually cause any display issues (at least in modern browsers), but
it's invalid markup, so this patch fixes it.

_TEST PLAN_
0. Add a budget and add a fund
1. Add a vendor
2. Add a basket
3. Add an order to a basket
4. Close the basket
5. Receive the order
6. Make sure the budget and fund both display when selecting the fund

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt

index 8bb7841..679d5a6 100644 (file)
                         <option value="[% fund.b_id %]">[% fund.b_txt %]</option>
                     [% END %]
                 [% END %]
+                </optgroup>
             [% END %]
        </select></li>
        <li><label>&nbsp;</label><span>(Current: [% budget_period_description %] - [% bookfund %])</span></li>