can create but some infos missing

This commit is contained in:
Frédéric FRANCE 2019-10-02 00:23:36 +02:00
parent 45bc7e2ca4
commit 16693e08b3
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -536,7 +536,7 @@ class FichinterRec extends Fichinter
//$sql.= ", ".$special_code;
$sql.= ", ".(! empty($fk_unit) ? $fk_unit :"null");
$sql.= ")";
print $sql;
dol_syslog(get_class($this)."::addline", LOG_DEBUG);
if ($this->db->query($sql)) {
return 1;