Merge pull request #141 from Ritikeshyadav/RitikeshFreeu
Ritikesh freeu
This commit is contained in:
@@ -66,7 +66,7 @@ class MarketplaceFractionalRealEstateSeller extends Model
|
||||
$bidArr[] = round(($bid->getAttributes()['total_purchase_value'] - $this->current_market_value_of_the_property)/$this->current_market_value_of_the_property * 100,3);
|
||||
}
|
||||
if($bidArr){
|
||||
return (string)max($bidArr);
|
||||
return max($bidArr);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user