Fix: optimisation du code

This commit is contained in:
Regis Houssin
2007-05-19 17:14:14 +00:00
parent 0b1d544dbd
commit b0266b641d
12 changed files with 959 additions and 1200 deletions

View File

@@ -174,7 +174,7 @@ class Commande extends CommonObject
$obj = new $classname();
$numref = "";
$numref = $obj->getNextValue($soc);
$numref = $obj->getNextValue($soc,$this);
if ( $numref != "")
{