From 4aae35bb9352249b1c449503976cea113fc0bd52 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 7 Mar 2023 16:13:03 +0100 Subject: [PATCH] Bug 33066: Remove duplicate 'Actions' column --- .../prog/js/vue/components/ERM/AgreementsList.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue index 2180fe85de5..a759530c850 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsList.vue @@ -283,15 +283,6 @@ export default { ) }, }, - { - title: __("Actions"), - data: function (row, type, val, meta) { - return '
' - }, - className: "actions noExport", - searchable: false, - orderable: false, - }, ] }, }, -- 2.25.1