Fix phpcs

This commit is contained in:
Laurent Destailleur 2018-12-16 12:59:59 +01:00
parent a601859985
commit 699766223f

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();