From d357b6d3148055f6c73c4f90d1ecfc5b0e702218 Mon Sep 17 00:00:00 2001 From: Frank Cools Date: Mon, 6 Oct 2025 18:15:50 +0200 Subject: [PATCH] Remove non-working submit button from declaration list - Removed submit button from declaration list actions - Submit functionality should be handled from detailed view page - Keeps only working actions: Delete (draft), View (all) - Simplifies the list interface and removes broken functionality --- declarationtvaindex.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/declarationtvaindex.php b/declarationtvaindex.php index eb2db3d..463aa60 100644 --- a/declarationtvaindex.php +++ b/declarationtvaindex.php @@ -173,8 +173,6 @@ if (empty($declarations)) { if ($d['status'] == 'draft') { print '' . $langs->trans("Delete") . ' '; - } elseif ($d['status'] == 'validated') { - print '' . $langs->trans("Submit") . ' '; } print '' . $langs->trans("View") . '';