Bug 32694: (QA follow-up) Fix missing TT filters
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 27 Jan 2023 13:17:42 +0000 (13:17 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 1 Feb 2023 19:12:00 +0000 (19:12 +0000)
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit b2c1c0efe12856b99a2ab76bc84468f409235cf8)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
(cherry picked from commit 851739b52ab41490dea36eea24f6730f296a342e)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt

index a1b9af6..22c8243 100644 (file)
             [% END %]
             <select class="select2" id="bookfund" name="bookfund">
                 <optgroup label="Current">
-                        <option value="[% order.fund.budget.id %]" selected="selected" data-sort1-authcat="[% order.fund.sort1_authcat | html %]" data-sort2-authcat="[% order.fund.sort2_authcat | html %]">
+                        <option value="[% order.fund.budget.id | html %]" selected="selected" data-sort1-authcat="[% order.fund.sort1_authcat | html %]" data-sort2-authcat="[% order.fund.sort2_authcat | html %]">
                             Keep current ([% order.fund.budget_name | html %])</option>
                 </optgroup>
             [% FOREACH budget_period_id IN budget_loops.keys %]