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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 110-116 Link Here
110
110
111
                <thead>
111
                <thead>
112
                    <tr>
112
                    <tr>
113
                        <th>Active</th>
113
                        <th>[% tp('Budget status', 'Active') | html %]</th>
114
                        <th>Budget period description</th>
114
                        <th>Budget period description</th>
115
                        <th>Fund code</th>
115
                        <th>Fund code</th>
116
                        <th>Fund name</th>
116
                        <th>Fund name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +1 lines)
Lines 153-159 Link Here
153
<table id="budgeth" class="group">
153
<table id="budgeth" class="group">
154
    <thead>
154
    <thead>
155
        <tr>
155
        <tr>
156
            <th>Active</th>
156
            <th>[% tp('Budget status', 'Active') | html %]</th>
157
            <th>Budget period description</th>
157
            <th>Budget period description</th>
158
            <th>Fund code</th>
158
            <th>Fund code</th>
159
            <th>Fund name</th>
159
            <th>Fund name</th>
160
- 

Return to bug 39045