mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 01:23:00 +01:00
Modif num de soc generee
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user