2
0
forked from Wavyzz/dolibarr

Fix duplicate header (#30729)

This commit is contained in:
hansemschnokeloch
2024-08-23 15:06:06 +02:00
committed by GitHub
parent f551a1e34e
commit db727ee62d

View File

@@ -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) {