Fixbug#19044
This commit is contained in:
@@ -2690,7 +2690,7 @@ class storyModel extends model
|
||||
{
|
||||
$storyQuery = str_replace($allBranch, '1', $storyQuery);
|
||||
}
|
||||
elseif($branch !== 'all')
|
||||
elseif($branch !== 'all' and $queryProductID != 'all')
|
||||
{
|
||||
if($branch and strpos($storyQuery, '`branch` =') === false) $storyQuery .= " AND `branch` in($branch)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user