From db727ee62de9056d64f3ad18ef8a2480e31c759d Mon Sep 17 00:00:00 2001 From: hansemschnokeloch Date: Fri, 23 Aug 2024 15:06:06 +0200 Subject: [PATCH] Fix duplicate header (#30729) --- htdocs/expedition/list.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 39be12d62ba..0f2ac88f377 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -897,8 +897,6 @@ if ($num == 1 && !empty($conf->global->MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE) && $ exit; } -llxHeader('', $langs->trans('ListOfSendings'), $helpurl); - $expedition = new Expedition($db); if ($socid > 0) {