Correction Stickler CI / stickler-ci
This commit is contained in:
parent
e06c386507
commit
1f00dff4da
@ -4178,7 +4178,7 @@ class PropaleLigne extends CommonObjectLine
|
|||||||
// End call triggers
|
// End call triggers
|
||||||
|
|
||||||
if (!$error) {
|
if (!$error) {
|
||||||
$sql = "DELETE FROM " . MAIN_DB_PREFIX . "propaldet WHERE rowid = " . ((int)$this->rowid);
|
$sql = "DELETE FROM " . MAIN_DB_PREFIX . "propaldet WHERE rowid = " . ((int) $this->rowid);
|
||||||
dol_syslog("PropaleLigne::delete", LOG_DEBUG);
|
dol_syslog("PropaleLigne::delete", LOG_DEBUG);
|
||||||
if ($this->db->query($sql)) {
|
if ($this->db->query($sql)) {
|
||||||
// Remove extrafields
|
// Remove extrafields
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user