diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index f6553b99edb..edef8bb5a80 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -394,6 +394,8 @@ else llxHeader('','', $addons); if ($mesg) { print $mesg.'
'; } + + print_titre($langs->trans('SupplierInvoice')); if ($_GET['action'] == 'edit' || $_GET['action'] == 'delete_product_line') { @@ -406,8 +408,6 @@ else $html->form_confirm($_SERVER["PHP_SELF"].'?facid='.$fac->id.'&ligne_id='.$_GET["ligne_id"], $langs->trans('DeleteProductLine'), $langs->trans('ConfirmDeleteProductLine'), 'confirm_deleteproductline'); print '
'; } - - print_titre($langs->trans('SupplierInvoice')); print '
'; print '';