From c3d36e0ddacdd69f54e8e5929045b5413ac5261b Mon Sep 17 00:00:00 2001 From: xia0ta0 Date: Mon, 28 Apr 2014 12:01:53 +0800 Subject: [PATCH] * display expired plans. --- module/story/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/control.php b/module/story/control.php index 4463f4750c..c97a12f9fd 100644 --- a/module/story/control.php +++ b/module/story/control.php @@ -152,7 +152,7 @@ class story extends control $this->view->contactLists = $this->user->getContactLists($this->app->user->account, 'withnote'); $this->view->moduleID = $moduleID; $this->view->moduleOptionMenu = $moduleOptionMenu; - $this->view->plans = $this->loadModel('productplan')->getPairs($productID, 'unexpired'); + $this->view->plans = $this->loadModel('productplan')->getPairs($productID); $this->view->planID = $planID; $this->view->source = $source; $this->view->pri = $pri;