From 936f7bf1b48cf2e7f83b75079d36813ee508ca75 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 11 Jun 2008 00:17:12 +0000 Subject: [PATCH] Fix: Missing cr --- htdocs/includes/modules/commande/pdf_einstein.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/commande/pdf_einstein.modules.php b/htdocs/includes/modules/commande/pdf_einstein.modules.php index 9cbdca3a02e..6cd379617aa 100644 --- a/htdocs/includes/modules/commande/pdf_einstein.modules.php +++ b/htdocs/includes/modules/commande/pdf_einstein.modules.php @@ -919,7 +919,7 @@ class pdf_einstein extends ModelePDFCommandes $carac_client = "\n".$object->contact->getFullName($outputlangs,1); // Caractéristiques client - $carac_client.=$object->contact->adresse; + $carac_client.="\n".$object->contact->adresse; $carac_client.="\n".$object->contact->cp . " " . $object->contact->ville."\n"; if ($this->emetteur->pays_code != $object->contact->pays_code) {