Merge branch 'master' of https://github.com/bagisto/bagisto into development
This commit is contained in:
commit
41ae3048ff
|
|
@ -213,7 +213,7 @@ class Bundle extends AbstractType
|
|||
}
|
||||
}
|
||||
|
||||
if (! $haveRequiredOptions)
|
||||
if (! $haveRequiredOptions && count($minPrices))
|
||||
$minPrice = min($minPrices);
|
||||
|
||||
return $minPrice;
|
||||
|
|
|
|||
Loading…
Reference in New Issue