From c6bf59b0d4fa0c6ab170b703e117c45955507917 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 12 Jan 2024 10:23:08 +0800 Subject: [PATCH] * Fix bug #42553. --- module/program/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/program/control.php b/module/program/control.php index d3dacda35e..4c8c5b8576 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -695,6 +695,8 @@ class program extends control $this->loadModel('user'); $this->session->set('productList', $this->app->getURI(true), 'program'); + $this->product->refreshStats(); // Refresh stats fields of products. + $this->app->loadClass('pager', true); $pager = new pager($recTotal, $recPerPage, $pageID);