From dd7415c937921dc923aadf3189663196ea84688b Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Mon, 12 Oct 2020 11:00:04 +0200 Subject: [PATCH] Revert dol_fiche_head --- htdocs/fourn/facture/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index 4a805d6623c..029abf36058 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -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 = '';