Browse Source

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>
23.05.x
Katrin Fischer 8 months ago
committed by Tomas Cohen Arazi
parent
commit
b2c1c0efe1
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt

@ -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 %]

Loading…
Cancel
Save