Fix params

This commit is contained in:
Laurent Destailleur 2020-02-06 10:09:27 +01:00
parent f3597926c4
commit 40b6886e2a

View File

@ -104,7 +104,7 @@ class mod_myobject_advanced extends ModeleNumRefMyObject
$old_code_type = $mysoc->typent_code;
$mysoc->code_client = 'CCCCCCCCCC';
$mysoc->typent_code = 'TTTTTTTTTT';
$numExample = $this->getNextValue($mysoc, '');
$numExample = $this->getNextValue($mysoc);
$mysoc->code_client = $old_code_client;
$mysoc->typent_code = $old_code_type;