Update supplier_proposal.class.php
This commit is contained in:
parent
80a4428955
commit
9634f4c82a
@ -838,8 +838,8 @@ class SupplierProposal extends CommonObject
|
||||
$sql.= ", '".$this->db->escape($this->note_private)."'";
|
||||
$sql.= ", '".$this->db->escape($this->note_public)."'";
|
||||
$sql.= ", '".$this->db->escape($this->modelpdf)."'";
|
||||
$sql.= ", ".($this->cond_reglement_id?$this->cond_reglement_id:'NULL');
|
||||
$sql.= ", ".($this->mode_reglement_id?$this->mode_reglement_id:'NULL');
|
||||
$sql.= ", ".($this->cond_reglement_id > 0 ? $this->cond_reglement_id : 'NULL');
|
||||
$sql.= ", ".($this->mode_reglement_id > 0 ? $this->mode_reglement_id : 'NULL');
|
||||
$sql.= ", ".($this->fk_account>0?$this->fk_account:'NULL');
|
||||
$sql.= ", ".($this->date_livraison!=''?"'".$this->db->idate($this->date_livraison)."'":"null");
|
||||
$sql.= ", ".($this->shipping_method_id>0?$this->shipping_method_id:'NULL');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user