From b06545e2ed0f47c312e45f8033db8f15841ec4b1 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 26 Dec 2005 16:31:49 +0000 Subject: [PATCH] Fix: mise en page du mail --- htdocs/fourn/fournisseur.commande.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/fournisseur.commande.class.php b/htdocs/fourn/fournisseur.commande.class.php index fae2a736024..73511da60ba 100644 --- a/htdocs/fourn/fournisseur.commande.class.php +++ b/htdocs/fourn/fournisseur.commande.class.php @@ -872,6 +872,7 @@ class CommandeFournisseur $this->details_text = substr("Produit".$blank,0,50); $this->details_text .= substr("Qty".$blank,0,8); $this->details_text .= substr("Prix".$blank,0,8); + $this->details_text .= "\n"; $this->details_text .= substr("-----------------------------------------------------------------------------------------------------------------------",0,66); $this->details_text .= "\n";