From f36b78444b9c3795f50dc412c51200c1d88f397d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 23 Nov 2011 19:59:23 +0100 Subject: [PATCH] Add space line --- htdocs/compta/facture.php | 2 ++ 1 file changed, 2 insertions(+) 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);