Fix [ bug #886 ] Silent pgsql errors in

/fourn/commande/fiche.php?action=create
This commit is contained in:
fhenry 2013-05-07 17:09:31 +02:00
parent 37a9686921
commit 68259c51eb

View File

@ -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";