Clean code

This commit is contained in:
Laurent Destailleur 2018-03-15 11:53:47 +01:00
parent db18db9488
commit b2e4c6cf14
2 changed files with 2 additions and 1 deletions

View File

@ -364,7 +364,7 @@ class AccountancyCategory // extends CommonObject
$sql .= " FROM " . MAIN_DB_PREFIX . "accounting_account as t";
$sql .= " WHERE t.fk_accounting_category = " . $id;
$this->lines_display = array());
$this->lines_display = array();
dol_syslog(__METHOD__ . " sql=" . $sql, LOG_DEBUG);
$resql = $this->db->query($sql);

View File

@ -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';
DROP TABLE llx_c_accountancy_category;
DROP TABLE llx_c_accountingaccount;
-- For 8.0