From a15de8467c07208eca8c479949e7d5ab3fcb0bc7 Mon Sep 17 00:00:00 2001 From: "Sekan, Tobias" Date: Tue, 8 Sep 2020 11:25:21 +0200 Subject: [PATCH] fix wrong placed close table tag --- htdocs/expedition/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/expedition/index.php b/htdocs/expedition/index.php index 2a4e92d28d6..eafb787c245 100644 --- a/htdocs/expedition/index.php +++ b/htdocs/expedition/index.php @@ -234,6 +234,7 @@ if ($resql) print '
'; print ''; + print ''; print ''; } - print "
'.$langs->trans("OrdersToProcess").' '; print ''; @@ -279,10 +280,12 @@ if ($resql) print '

"; } else { print ''.$langs->trans("None").''; } + + print "
"; + } else dol_print_error($db);