+ Add table sort to productplan::browse.

This commit is contained in:
tianshujie
2023-10-19 10:17:49 +08:00
parent 8b2fde1adb
commit 5a6da8a687
+1
View File
@@ -286,6 +286,7 @@ class productplan extends control
/* Append id for second sort. */
$sort = common::appendOrder($orderBy);
if(strpos($sort, 'branchName_') !== false) $sort = str_replace('branchName_', 'branch_', $sort);
$this->session->set('productPlanList', $this->app->getURI(true), 'product');
$viewType = $this->cookie->viewType ? $this->cookie->viewType : 'list';