From 7cafc7b8447c724db6e0b675edbc988a1364bd96 Mon Sep 17 00:00:00 2001 From: liedekef Date: Mon, 15 Jan 2007 14:29:39 +0000 Subject: [PATCH] If more than one error, put it on the next line --- htdocs/compta/export/modules/compta.export.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/export/modules/compta.export.class.php b/htdocs/compta/export/modules/compta.export.class.php index 6d80a4c396c..9669f180f2a 100644 --- a/htdocs/compta/export/modules/compta.export.class.php +++ b/htdocs/compta/export/modules/compta.export.class.php @@ -115,7 +115,7 @@ class ComptaExport { $societe=new Societe($this->db); $societe->fetch($obj->idp); - $this->error_message.= $langs->transnoentities("ErrorWrongAccountancyCodeForCompany",$societe->getNomUrl(1)); + $this->error_message.= $langs->transnoentities("ErrorWrongAccountancyCodeForCompany",$societe->getNomUrl(1))."
"; $error++; }