choose corp tax history for admins

This commit is contained in:
2018-12-14 17:41:03 -06:00
parent 000b754716
commit 751c86390f

View File

@@ -31,9 +31,7 @@ class StructureTaxHelper {
//Calculate the tax ratio to later be divided against the tax to find the
//actual tax owed to the alliance. Revenue will be a separate function
$ratio = $this->CalculateTaxRatio($tax, $refType, $start, $end);
//if($ratio == 0 || $ratio == null) {
// $ratio = 1.0;
//}
dd($ratio);
//Get the total taxes produced by the structure(s) over a given set of dates
$revenue = $this->GetRevenue($corpId, $refType, $start, $end);