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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue (-10 lines)
Lines 293-307 export default { Link Here
293
                        )
293
                        )
294
                    },
294
                    },
295
                },
295
                },
296
                {
297
                    title: __("Actions"),
298
                    data: function (row, type, val, meta) {
299
                        return '<div class="actions"></div>'
300
                    },
301
                    className: "actions noExport",
302
                    searchable: false,
303
                    orderable: false,
304
                },
305
            ]
296
            ]
306
        },
297
        },
307
    },
298
    },
308
- 

Return to bug 33066