This commit is contained in:
lanzongjun
2022-11-22 16:49:32 +08:00
parent 284b748e7a
commit 1d4a337af8
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2129,7 +2129,7 @@ class execution extends control
}
/* Set custom. */
foreach(explode(',', $this->config->execution->customBatchEditFields) as $field) $customFields[$field] = $this->lang->execution->$field;
foreach(explode(',', $this->config->execution->customBatchEditFields) as $field) $customFields[$field] = str_replace($this->lang->executionCommon, $this->lang->execution->common, $this->lang->execution->$field);
$this->view->customFields = $customFields;
$this->view->showFields = $this->config->execution->custom->batchEditFields;