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

(-)a/koha-tmpl/intranet-tmpl/prog/js/datatables.js (-2 / +1 lines)
Lines 817-823 jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { Link Here
817
            }
817
            }
818
        );
818
        );
819
819
820
        if ( CAN_user_parameters_manage_column_config ) {
820
        if ( table_settings && CAN_user_parameters_manage_column_config ) {
821
            settings[ "buttons" ].push(
821
            settings[ "buttons" ].push(
822
                {
822
                {
823
                    className: "dt_button_configure_table",
823
                    className: "dt_button_configure_table",
824
- 

Return to bug 31435