Merge branch 'master' of https://github.com/bagisto/bagisto into development

This commit is contained in:
rahul shukla 2020-01-27 13:24:37 +05:30
commit 41ae3048ff
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class Bundle extends AbstractType
}
}
if (! $haveRequiredOptions)
if (! $haveRequiredOptions && count($minPrices))
$minPrice = min($minPrices);
return $minPrice;