Fix [ bug #886 ] Silent pgsql errors in
/fourn/commande/fiche.php?action=create
This commit is contained in:
parent
37a9686921
commit
68259c51eb
@ -947,7 +947,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
$sql.= ", '".$this->note_public."'";
|
||||
$sql.= ", ".$conf->entity;
|
||||
$sql.= ", ".$this->socid;
|
||||
$sql.= ", ".$this->db->idate($now);
|
||||
$sql.= ", '".$this->db->idate($now)."'";
|
||||
//$sql.= ", ".$this->db->idate($now);
|
||||
$sql.= ", ".$user->id;
|
||||
$sql.= ", 0";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user