choose corp tax history for admins

This commit is contained in:
2018-12-14 17:51:54 -06:00
parent e0d7021ddf
commit fdb0e39dc4
@@ -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.