diff --git a/module/story/control.php b/module/story/control.php index 4be4b39317..fd1e67ff0c 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -1906,10 +1906,12 @@ class story extends control $productStoryList = array(); $productList = array(); $ignoreTwins = array(); + $twinsCount = 0; foreach($stories as $story) { if(!empty($ignoreTwins) and isset($ignoreTwins[$story->id])) { + $twinsCount ++; unset($stories[$story->id]); continue; } @@ -2019,6 +2021,7 @@ class story extends control $this->view->storyType = $storyType; $this->view->reasonList = $this->lang->story->reasonList; $this->view->productStoryList = $productStoryList; + $this->view->twinsCount = $twinsCount; $this->display(); } diff --git a/module/story/view/batchclose.html.php b/module/story/view/batchclose.html.php index 21cf183703..41148cf959 100755 --- a/module/story/view/batchclose.html.php +++ b/module/story/view/batchclose.html.php @@ -34,7 +34,12 @@ $story):?>