diff --git a/htdocs/admin/system/gendata.php b/htdocs/admin/system/gendata.php index c4814b46942..1747516aceb 100644 --- a/htdocs/admin/system/gendata.php +++ b/htdocs/admin/system/gendata.php @@ -112,7 +112,7 @@ else { print "- société $s
"; $soc = new Societe($db); - $soc->nom = "Société aléatoire num ".time(); + $soc->nom = "Société aléatoire num ".time()."$s"; $villes = array("Auray","Baden","Vannes","Pirouville","Haguenau","Souffelweiersheim","Illkirch-Graffenstaden","Lauterbourg","Picauville","Sainte-Mère Eglise","Le Bono"); $soc->ville = $villes[rand(0,sizeof($villes)-1)]; $soc->client = 1;