2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2018-06-01 17:39:07 +02:00
parent b094ae953e
commit be2c49d490

View File

@@ -1845,7 +1845,7 @@ class Product extends CommonObject
if (! $id && ! $ref && ! $ref_ext)
{
$this->error='ErrorWrongParameters';
dol_print_error(get_class($this)."::fetch ".$this->error);
dol_syslog(get_class($this)."::fetch ".$this->error);
return -1;
}