View | Details | Raw Unified | Return to bug 32694
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +1 lines)
Lines 299-305 Link Here
299
            [% END %]
299
            [% END %]
300
            <select class="select2" id="bookfund" name="bookfund">
300
            <select class="select2" id="bookfund" name="bookfund">
301
                <optgroup label="Current">
301
                <optgroup label="Current">
302
                        <option value="[% order.fund.budget.id %]" selected="selected" data-sort1-authcat="[% order.fund.sort1_authcat | html %]" data-sort2-authcat="[% order.fund.sort2_authcat | html %]">
302
                        <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 %]">
303
                            Keep current ([% order.fund.budget_name | html %])</option>
303
                            Keep current ([% order.fund.budget_name | html %])</option>
304
                </optgroup>
304
                </optgroup>
305
            [% FOREACH budget_period_id IN budget_loops.keys %]
305
            [% FOREACH budget_period_id IN budget_loops.keys %]
306
- 

Return to bug 32694