From 07bbef92513e03fcaddbef4bcbd15d9082fa8845 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 8 Oct 2021 13:58:22 +0800 Subject: [PATCH] * Modify language item. --- module/company/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/company/control.php b/module/company/control.php index dc3c9da54e..bbe67e045b 100644 --- a/module/company/control.php +++ b/module/company/control.php @@ -221,7 +221,7 @@ class company extends control /* Get executions' list.*/ $executions = $this->loadModel('execution')->getPairs(0, 'all', 'nocode'); - $executions = array($this->lang->company->execution) + $executions; + $executions = array($this->lang->execution->common) + $executions; $this->view->executions = $executions; /* Set account and get users.*/