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 103-109 Link Here
103
                <table id="accounts">
103
                <table id="accounts">
104
                    <thead>
104
                    <thead>
105
                        <tr>
105
                        <tr>
106
                            <th>Active</th>
106
                            <th>[% tp('Budget status', 'Active') | html %]</th>
107
                            <th>Budget period description</th>
107
                            <th>Budget period description</th>
108
                            <th>Fund code</th>
108
                            <th>Fund code</th>
109
                            <th>Fund name</th>
109
                            <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