diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 44926e4ecf2..86ced4f957d 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1898,6 +1898,8 @@ if ($action == 'create') // Show origin lines if (is_object($objectsrc)) { + print '
'; + $title=$langs->trans('ProductsAndServices'); print_titre($title);