Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 15, 2018
1 parent db18db9 commit b2e4c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/class/accountancycategory.class.php
Expand Up @@ -364,7 +364,7 @@ public function display($id) {
$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);
Expand Down
1 change: 1 addition & 0 deletions htdocs/install/mysql/migration/7.0.0-8.0.0.sql
Expand Up @@ -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
Expand Down

0 comments on commit b2e4c6c

Please sign in to comment.