working on moon rental worth

This commit is contained in:
2021-07-05 21:50:58 -05:00
parent c889960805
commit baf7c2130e

View File

@@ -580,15 +580,15 @@ class MoonCalc {
$firstPerc = $this->ConvertToPercentage($firstPerc);
}
if($secondQuan >= 1.00) {
if($secondPerc >= 1.00) {
$secondPerc = $this->ConvertToPercentage($secondPerc);
}
if($thirdQuan >= 1.00) {
if($thirdPerc >= 1.00) {
$thirdPerc = $this->ConvertToPercentage($thirdPerc);
}
if($fourthQuan >= 1.00) {
if($fourthPerc >= 1.00) {
$fourthPerc = $this->ConvertToPercentage($fourthPerc);
}