choose corp tax history for admins

This commit is contained in:
2018-12-14 17:56:43 -06:00
parent b6c4480f31
commit 4466534744

View File

@@ -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);
$revenue = (float)$revenue;
$totalFuelCost = $fuelCost * $count;
var_dump($revenue);
var_dump($totalFuelCost);