Modif num de soc generee
This commit is contained in:
parent
81ef53569f
commit
508c07c84b
@ -105,7 +105,7 @@ if ($action == 'facture')
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
$rands = rand(1,10);
|
$rands = rand(1,40);
|
||||||
|
|
||||||
print "Génère $rands société<br>";
|
print "Génère $rands société<br>";
|
||||||
for ($s = 0 ; $s < $rands ; $s++)
|
for ($s = 0 ; $s < $rands ; $s++)
|
||||||
@ -120,7 +120,7 @@ else
|
|||||||
|
|
||||||
if ($socid)
|
if ($socid)
|
||||||
{
|
{
|
||||||
$rand = rand(1,10);
|
$rand = rand(1,4);
|
||||||
print "-- génère $rand contact<br>";
|
print "-- génère $rand contact<br>";
|
||||||
for ($c = 0 ; $c < $rand ; $c++)
|
for ($c = 0 ; $c < $rand ; $c++)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user