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);