From d5f8039ef52cb54b4e9af4a0467bbd5119380d94 Mon Sep 17 00:00:00 2001 From: Frank Cools Date: Thu, 2 Oct 2025 23:46:35 +0200 Subject: [PATCH] Remove dropdown functionality for D-section lines (calculated lines) Fixed: - Removed clickable links and dropdown panels for lines 25, 26, TD, 28, 29 - These lines are calculated automatically and have no account mappings - Changed from clickable links to simple bold text for line numbers - Removed dropdown rows and AJAX loading for D-section - Kept dropdowns only for mapped lines (A1-A5, 08, 09, 9B, 17, 20, 21, 22) This makes the interface cleaner and more logical since D-section lines are calculated, not mapped. --- declarationtva_view.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/declarationtva_view.php b/declarationtva_view.php index c5c16df..e434615 100644 --- a/declarationtva_view.php +++ b/declarationtva_view.php @@ -332,22 +332,10 @@ foreach ($section_d_lines as $line) { } print ''; - print '' . $line . ''; + print '' . $line . ''; print '' . $description . ''; print '' . formatAmount($data['vat_amount']) . ''; print ''; - - // Add dropdown row for account details - print ''; - print ''; - print '
'; - print ''; - print ''; - print '
'; - print ''; - print ''; } // Show message if no data