diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 271ce0d65..d1fdbf850 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -49,7 +49,7 @@ class StructureTaxHelper { } //Return the amount - return $taxOwed; + return floor($taxOwed); } public function GetRevenue($corpId, $refType, $start, $end) {