Modif num de soc generee

This commit is contained in:
Rodolphe Quiedeville
2003-09-14 12:32:54 +00:00
parent 81ef53569f
commit 508c07c84b

View File

@@ -105,7 +105,7 @@ if ($action == 'facture')
else
{
$rands = rand(1,10);
$rands = rand(1,40);
print "G<>n<EFBFBD>re $rands soci<63>t<EFBFBD><br>";
for ($s = 0 ; $s < $rands ; $s++)
@@ -120,7 +120,7 @@ else
if ($socid)
{
$rand = rand(1,10);
$rand = rand(1,4);
print "-- g<>n<EFBFBD>re $rand contact<br>";
for ($c = 0 ; $c < $rand ; $c++)
{