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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-6 / +1 lines)
Lines 151-161 Link Here
151
                    </a>
151
                    </a>
152
                </td>
152
                </td>
153
                <td class="data">
153
                <td class="data">
154
                    [% IF loop_budge.budget_parent_id %]
155
                        [% loop_budge.budget_avail | $Price %]
154
                        [% loop_budge.budget_avail | $Price %]
156
                    [% ELSE %]
157
                        <span class="total_amount">[% loop_budge.budget_avail | $Price %]</span>
158
                    [% END %]
159
                </td>
155
                </td>
160
            </tr>
156
            </tr>
161
        [% END %]
157
        [% END %]
Lines 212-218 Link Here
212
                },
208
                },
213
                "footerCallback": function ( row, data, start, end, display ) {
209
                "footerCallback": function ( row, data, start, end, display ) {
214
                    var api = this.api(), data;
210
                    var api = this.api(), data;
215
                    footer_column_sum( api, [ 6, 7, 8, 9 ] );
211
                    footer_column_sum( api, [ 6, 7, 8 ] );
216
                },
212
                },
217
                "aoColumnDefs": [
213
                "aoColumnDefs": [
218
                    { "bVisible": false, "aTargets": [ 0, 1 ] },
214
                    { "bVisible": false, "aTargets": [ 0, 1 ] },
219
- 

Return to bug 23767