diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index d612a1cd684..5d306dd6977 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2765,6 +2765,12 @@ else if ($id > 0 || ! empty($ref)) print ''; + // Margin Infos + if ($conf->marges->enabled) { + print '
'; + $object->displayMarginInfos($object->statut > 0); + } + print ''; // Date payment term @@ -2843,12 +2849,6 @@ else if ($id > 0 || ! empty($ref)) print ''.$langs->trans('AmountVAT').''.price($object->total_tva).''; print ''.$langs->trans('Currency'.$conf->currency).''; - // Margin Infos - if ($conf->marges->enabled) { - print ''; - $object->displayMarginInfos(); - print ''; - } print ''; // Amount Local Taxes