Merge branch '15_fix_actioncomm_code_not_updated' of github.com:FHenry/dolibarr into 15_fix_actioncomm_code_not_updated
This commit is contained in:
commit
d5c4cac64b
@ -1133,7 +1133,6 @@ class ActionComm extends CommonObject
|
||||
if ($result>=0) {
|
||||
$sql .= ", code = '" . $this->db->escape($cactioncomm->code) . "'";
|
||||
}
|
||||
|
||||
}
|
||||
$sql .= ", label = ".($this->label ? "'".$this->db->escape($this->label)."'" : "null");
|
||||
$sql .= ", datep = ".(strval($this->datep) != '' ? "'".$this->db->idate($this->datep)."'" : 'null');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user