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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorContracts.vue (-4 lines)
Lines 36-44 export default { Link Here
36
            let isUserPermitted = this.isUserPermitted;
36
            let isUserPermitted = this.isUserPermitted;
37
            let format_date = this.format_date;
37
            let format_date = this.format_date;
38
38
39
            $.fn.dataTable.ext.search = $.fn.dataTable.ext.search.filter(
40
                search => search.name != "apply_filter"
41
            );
42
            $("#" + table_id).kohaTable({
39
            $("#" + table_id).kohaTable({
43
                data: contracts,
40
                data: contracts,
44
                embed: [],
41
                embed: [],
45
- 

Return to bug 38010