This commit is contained in:
Jitendra Singh 2020-01-27 12:38:13 +05:30
parent 4e94d540e9
commit edf5dc34fd
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;