Skip to content
Snippets Groups Projects
Commit d8957b7d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Bad log

parent a00652d3
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ class Contrat extends CommonObject
if ($result)
{
$obj = new $classname();
$numref = "";
$numref = $obj->getNextValue($soc,$this);
......@@ -123,7 +124,7 @@ class Contrat extends CommonObject
}
else
{
dol_print_error($db,"Contract::getNextNumRef ".$obj->error);
dol_print_error($db,"Contract::getNextValue ".$obj->error);
return "";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment