activate on fourn facture

This commit is contained in:
hystepik 2023-03-16 16:37:10 +01:00
parent 93cb4eb6bf
commit 559d50a283
2 changed files with 2 additions and 2 deletions

View File

@ -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 = '';

View File

@ -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 = '';