mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
can create but some infos missing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user