Revert dol_fiche_head

This commit is contained in:
Alexandre SPANGARO 2020-10-12 11:00:04 +02:00
parent 873cf24641
commit dd7415c937

View File

@ -2222,7 +2222,7 @@ if ($action == 'create')
$head = facturefourn_prepare_head($object);
$titre = $langs->trans('SupplierInvoice');
dol_get_fiche_head($head, 'card', $titre, -1, 'bill');
dol_fiche_head($head, 'card', $titre, -1, 'bill');
$formconfirm = '';