Lines 294-300
Link Here
|
294 |
[% END %] |
294 |
[% END %] |
295 |
<select class="select2" id="bookfund" name="bookfund"> |
295 |
<select class="select2" id="bookfund" name="bookfund"> |
296 |
<optgroup label="Current"> |
296 |
<optgroup label="Current"> |
297 |
<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 %]"> |
297 |
<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 %]"> |
298 |
Keep current ([% order.fund.budget_name | html %])</option> |
298 |
Keep current ([% order.fund.budget_name | html %])</option> |
299 |
</optgroup> |
299 |
</optgroup> |
300 |
[% FOREACH budget_period_id IN budget_loops.keys %] |
300 |
[% FOREACH budget_period_id IN budget_loops.keys %] |
301 |
- |
|
|