From 1ba7dd91bccc7cdd0a622a4125687c7f5a32c27b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 14 Dec 2018 17:57:30 -0600 Subject: [PATCH] choose corp tax history for admins --- app/Library/Structures/StructureTaxHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 5029f93f9..291915fd1 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -102,7 +102,7 @@ class StructureTaxHelper { } //Multiply the amount of fuel blocks used by the structure by 20,000. - $cost = $fuelBlocks * 20000.00; + $cost = $fuelBlocks * 20000; //Return to the calling function return $cost;