Bug 32694: (QA follow-up) Fix missing TT filters

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit b2c1c0efe1)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
This commit is contained in:
Katrin Fischer 2023-01-27 13:17:42 +00:00 committed by Jacob O'Mara
parent 6f0bbc2afc
commit 851739b52a

View file

@ -299,7 +299,7 @@
[% 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 %]