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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-3 / +2 lines)
Lines 305-313 Link Here
305
            [% FOREACH budget_period_id IN budget_loops.keys %]
305
            [% FOREACH budget_period_id IN budget_loops.keys %]
306
                [% SET budget_period = budget_loops.$budget_period_id %]
306
                [% SET budget_period = budget_loops.$budget_period_id %]
307
                [% IF budget_period.active %]
307
                [% IF budget_period.active %]
308
                    <optgroup label="[% budget_period.description %]">
308
                    <optgroup label="[% budget_period.description | html %]">
309
                [% ELSE %]
309
                [% ELSE %]
310
                    <optgroup class="inactive_budget" label="[% budget_period.description %] (Inactive)">
310
                    <optgroup class="inactive_budget" label="[% budget_period.description | html %] (Inactive)">
311
                [% END %]
311
                [% END %]
312
                [% FOREACH budget_loo IN budget_period.funds %]
312
                [% FOREACH budget_loo IN budget_period.funds %]
313
                   [% level_indent_cnt = 0 %]
313
                   [% level_indent_cnt = 0 %]
314
- 

Return to bug 31459