From 7cf5412ded4331b9c25b9889ec51c4aad7147e62 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 14 Nov 2023 15:29:21 +0000 Subject: [PATCH] Bug 30070: Remove 'Configure' option from datatable This passes 0 for table_settings effectively removing the 'Configure' option from the table. We haven't set up the background logic for table settings for this table and I don't believe there's a real use case for that here at the moment. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt index 9c24cba0dc7..6166f90fcd0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt @@ -157,7 +157,7 @@ } } ] - }, {}, 0); + }, 0, 0); var EDIModal = $("#EDI_modal"); var EDIModalBody = $("#EDI_modal .modal-body"); -- 2.43.0