From 3e8533b7175ccb18a1ffab424571c68dddaabf51 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 28 Mar 2024 11:16:40 +0800 Subject: [PATCH] * Remove grade search in plan view. --- module/productplan/zen.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/productplan/zen.php b/module/productplan/zen.php index d29ec76be4..79e2b323de 100644 --- a/module/productplan/zen.php +++ b/module/productplan/zen.php @@ -292,6 +292,8 @@ class productplanZen extends productplan $this->config->product->search['params']['branch']['values'] = array('' => '', BRANCH_MAIN => $this->lang->branch->main) + $branches; } + unset($this->config->product->search['fields']['grade']); + unset($this->config->product->search['params']['grade']); unset($this->config->product->search['fields']['product']); $this->loadModel('search')->setSearchParams($this->config->product->search); }