From fdb0e39dc45aaf7fea54aa241a954330655fd1c4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 14 Dec 2018 17:51:54 -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 d1fdbf850..8d2b59ef4 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -34,7 +34,7 @@ class StructureTaxHelper { //Get the total taxes produced by the structure(s) over a given set of dates $revenue = $this->GetRevenue($corpId, $refType, $start, $end); - + dd($fuelCost); $revenue = $revenue - ($fuelCost * $count); //Check to see if the revenue is greater than zero to avoid division by zero error. //Then calculate the tax owed which is revenue divided by ratio previously calcualted.