If more than one error, put it on the next line
This commit is contained in:
parent
f2c22f5414
commit
7cafc7b844
@ -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++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user