mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Modification des messages d'erreur
This commit is contained in:
@@ -77,6 +77,12 @@ class Commande
|
||||
}
|
||||
|
||||
$this->soc_id = $propal->soc_id;
|
||||
|
||||
/* D<>finit la soci<63>t<EFBFBD> comme un client */
|
||||
$soc = new Societe($this->db);
|
||||
$soc->id = $this->soc_id;
|
||||
$soc->set_as_client();
|
||||
|
||||
$this->propale_id = $propal->id;
|
||||
return $this->create($user);
|
||||
}
|
||||
@@ -115,12 +121,12 @@ class Commande
|
||||
}
|
||||
else
|
||||
{
|
||||
print "Impossible de lire " ;
|
||||
print "Impossible de lire le module de num<75>rotation";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
print "Impossible de lire " ;
|
||||
print "Le module de num<75>rotation n'est pas d<>finit" ;
|
||||
}
|
||||
}
|
||||
return $result ;
|
||||
|
||||
Reference in New Issue
Block a user