Fixing style errors.

This commit is contained in:
stickler-ci 2020-04-23 14:33:11 +00:00
parent 21697eeda3
commit aebc04d30a

View File

@ -5322,7 +5322,7 @@ class FactureLigne extends CommonInvoiceLine
$this->db->rollback();
return -1;
}
$sql = "DELETE FROM ".MAIN_DB_PREFIX."facturedet WHERE rowid = ".$this->rowid;
dol_syslog(get_class($this)."::delete", LOG_DEBUG);
if ($this->db->query($sql))