From 559d50a28364372e05d48ed3d7a7ce6e9600c40d Mon Sep 17 00:00:00 2001 From: hystepik Date: Thu, 16 Mar 2023 16:37:10 +0100 Subject: [PATCH] activate on fourn facture --- htdocs/fourn/commande/card.php | 2 +- htdocs/fourn/facture/card.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php index 5eb7f1a4539..f79c9fe49b4 100644 --- a/htdocs/fourn/commande/card.php +++ b/htdocs/fourn/commande/card.php @@ -1884,7 +1884,7 @@ if ($action == 'create') { $head = ordersupplier_prepare_head($object); $title = $langs->trans("SupplierOrder"); - print dol_get_fiche_head($head, 'card', $title, -1, 'order', 0, '', '', 0, '', 1); + print dol_get_fiche_head($head, 'card', $title, -1, 'order'); $formconfirm = ''; diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index 30e6ceda91e..730eb1d869e 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -2797,7 +2797,7 @@ if ($action == 'create') { $head = facturefourn_prepare_head($object); $titre = $langs->trans('SupplierInvoice'); - print dol_get_fiche_head($head, 'card', $titre, -1, 'supplier_invoice'); + print dol_get_fiche_head($head, 'card', $titre, -1, 'supplier_invoice', 0, '', '', 0, '', 1); $formconfirm = '';