choose corp tax history for admins

This commit is contained in:
2018-12-14 17:57:30 -06:00
parent 4466534744
commit 1ba7dd91bc
@@ -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;