This commit is contained in:
lanzongjun
2022-11-22 16:54:01 +08:00
parent 1d4a337af8
commit 314ab3224a
+1 -1
View File
@@ -2359,13 +2359,13 @@ class story extends control
$this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title);
$this->lang->story->create = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->create);
$this->config->product->search['fields']['title'] = $this->lang->story->title;
unset($this->config->product->search['fields']['plan']);
unset($this->config->product->search['fields']['stage']);
}
else
{
$this->lang->story->title = str_replace($this->lang->URCommon, $this->lang->SRCommon, $this->lang->story->title);
}
unset($this->config->product->search['fields']['plan']);
if(!empty($product->shadow)) unset($this->config->product->search['fields']['product']);