Clean code
This commit is contained in:
parent
db18db9488
commit
b2e4c6cf14
@ -364,7 +364,7 @@ class AccountancyCategory // extends CommonObject
|
|||||||
$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_account as t";
|
$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_account as t";
|
||||||
$sql .= " WHERE t.fk_accounting_category = " . $id;
|
$sql .= " WHERE t.fk_accounting_category = " . $id;
|
||||||
|
|
||||||
$this->lines_display = array());
|
$this->lines_display = array();
|
||||||
|
|
||||||
dol_syslog(__METHOD__ . " sql=" . $sql, LOG_DEBUG);
|
dol_syslog(__METHOD__ . " sql=" . $sql, LOG_DEBUG);
|
||||||
$resql = $this->db->query($sql);
|
$resql = $this->db->query($sql);
|
||||||
|
|||||||
@ -37,6 +37,7 @@ ALTER TABLE llx_website_page ADD COLUMN fk_user_modif integer;
|
|||||||
ALTER TABLE llx_website_page ADD COLUMN type_container varchar(16) NOT NULL DEFAULT 'page';
|
ALTER TABLE llx_website_page ADD COLUMN type_container varchar(16) NOT NULL DEFAULT 'page';
|
||||||
|
|
||||||
DROP TABLE llx_c_accountancy_category;
|
DROP TABLE llx_c_accountancy_category;
|
||||||
|
DROP TABLE llx_c_accountingaccount;
|
||||||
|
|
||||||
|
|
||||||
-- For 8.0
|
-- For 8.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user