Skip to content
Snippets Groups Projects
Commit 209a134c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: pgsql compatibility

parent ea0b2c6c
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ class Facture extends CommonObject
$sql.= ", ".$conf->entity;
$sql.= ", '".$this->type."'";
$sql.= ", '".$socid."'";
$sql.= ", ".$this->db->idate($now);
$sql.= ", '".$this->db->idate($now)."'";
$sql.= ", '".$totalht."'";
$sql.= ",".($this->remise_absolue>0?$this->remise_absolue:'NULL');
$sql.= ",".($this->remise_percent>0?$this->remise_percent:'NULL');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment