Fixing style errors.
This commit is contained in:
parent
62c361dc1a
commit
9da8cf63a2
@ -1094,7 +1094,6 @@ class ExpenseReport extends CommonObject
|
|||||||
$sql = 'DELETE FROM '.MAIN_DB_PREFIX.$this->table_element.' WHERE rowid = '.$rowid;
|
$sql = 'DELETE FROM '.MAIN_DB_PREFIX.$this->table_element.' WHERE rowid = '.$rowid;
|
||||||
$resql = ;
|
$resql = ;
|
||||||
if ($this->db->query($sql)) {
|
if ($this->db->query($sql)) {
|
||||||
|
|
||||||
// Delete record into ECM index (Note that delete is also done when deleting files with the dol_delete_dir_recursive
|
// Delete record into ECM index (Note that delete is also done when deleting files with the dol_delete_dir_recursive
|
||||||
$this->deleteEcmFiles();
|
$this->deleteEcmFiles();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user