* Fix bug.

This commit is contained in:
leiyong
2021-02-23 10:26:10 +08:00
parent 963c56ff7a
commit 0f4d897eed
+2 -1
View File
@@ -32,7 +32,8 @@ class report extends control
unset($this->lang->noMenuModule[$index]);
$this->lang->report->menu = $this->lang->report->projectMenu;
}
if(isset($this->config->proVersion) &&$this->lang->navGroup->report == 'report') $this->lang->report->mainMenuAction = html::a(helper::createLink('report', 'custom'), $this->lang->crystal->custom, '', "class='btn btn-link'");
if((isset($this->config->proVersion) || isset($this->config->bizVersion)) && $this->lang->navGroup->report == 'report') $this->lang->report->mainMenuAction = html::a(helper::createLink('report', 'custom'), $this->lang->crystal->custom, '', "class='btn btn-link'");
}
/**