If more than one error, put it on the next line

This commit is contained in:
liedekef 2007-01-15 14:29:39 +00:00
parent f2c22f5414
commit 7cafc7b844

View File

@ -115,7 +115,7 @@ class ComptaExport
{ {
$societe=new Societe($this->db); $societe=new Societe($this->db);
$societe->fetch($obj->idp); $societe->fetch($obj->idp);
$this->error_message.= $langs->transnoentities("ErrorWrongAccountancyCodeForCompany",$societe->getNomUrl(1)); $this->error_message.= $langs->transnoentities("ErrorWrongAccountancyCodeForCompany",$societe->getNomUrl(1))."<br>";
$error++; $error++;
} }