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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +4 lines)
Lines 610-616 Link Here
610
                            [% END %]
610
                            [% END %]
611
611
612
                            <option value="[% budget_loo.b_id | html %]" class="[% bdgclass | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">
612
                            <option value="[% budget_loo.b_id | html %]" class="[% bdgclass | html %]" data-sort1-authcat="[% budget_loo.b_sort1_authcat | html %]" data-sort2-authcat="[% budget_loo.b_sort2_authcat | html %]">
613
                                [% level_indent | html %][% budget_loo.b_txt | html %][% IF !budget_loo.b_active %][% tp('Fund status' , '(inactive)') | html %][% END %]
613
                                [% level_indent | html %][% budget_loo.b_txt | html %]
614
                                [% IF !budget_loo.b_active %]
615
                                    [% tp('Fund status' , '(inactive)') | html %]
616
                                [% END %]
614
                            </option>
617
                            </option>
615
                        [% END %]
618
                        [% END %]
616
                    </select>
619
                    </select>
617
- 

Return to bug 39045