* Finish Bug #30637
This commit is contained in:
@@ -2319,7 +2319,7 @@ class executionModel extends model
|
||||
$planPairs = array('' => '');
|
||||
foreach($products as $productID => $product)
|
||||
{
|
||||
$plans = $this->productplan->getBranchPlanPairs($productID, array(BRANCH_MAIN) + $product->branches, true);
|
||||
$plans = $this->productplan->getBranchPlanPairs($productID, array(BRANCH_MAIN) + $product->branches, 'unexpired', true);
|
||||
foreach($plans as $plan) $planPairs += $plan;
|
||||
}
|
||||
$this->config->product->search['params']['plan']['values'] = $planPairs;
|
||||
|
||||
Reference in New Issue
Block a user