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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 30 Jan 2023 15:08:12 +0000 (12:08 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt

index 827adcb..894af69 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 %]