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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-1 / +1 lines)
Lines 211-216 Link Here
211
211
212
    <script>
212
    <script>
213
        $(document).ready(function() {
213
        $(document).ready(function() {
214
            $("#code").focus();
214
            var txtActivefilter = _("Filter system credit types");
215
            var txtActivefilter = _("Filter system credit types");
215
            var txtInactivefilter = _("Show all credit types");
216
            var txtInactivefilter = _("Show all credit types");
216
            var table_credit_types = $("#table_credit_types").dataTable($.extend(true, {}, dataTablesDefaults, {
217
            var table_credit_types = $("#table_credit_types").dataTable($.extend(true, {}, dataTablesDefaults, {
217
- 

Return to bug 27458