forked from Wavyzz/dolibarr
Fix log
This commit is contained in:
@@ -1845,7 +1845,7 @@ class Product extends CommonObject
|
|||||||
if (! $id && ! $ref && ! $ref_ext)
|
if (! $id && ! $ref && ! $ref_ext)
|
||||||
{
|
{
|
||||||
$this->error='ErrorWrongParameters';
|
$this->error='ErrorWrongParameters';
|
||||||
dol_print_error(get_class($this)."::fetch ".$this->error);
|
dol_syslog(get_class($this)."::fetch ".$this->error);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user