Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-12-16 12:59:59 +01:00
parent 54a4a54afe
commit 5dc9b44931

View File

@ -125,8 +125,8 @@ class CashControl extends CommonObject
$sql .= ", ".$this->opening;
$sql .= ", 0"; // Draft by default
$sql .= ", '".$this->db->idate(dol_now())."'";
$sql .= ", '".$this->posmodule."'";
$sql .= ", '".$this->posnumber."'";
$sql .= ", '".$this->db->escape($this->posmodule)."'";
$sql .= ", '".$this->db->escape($this->posnumber)."'";
$sql .= ")";
$this->db->begin();