structuretaxhelper debug

This commit is contained in:
2019-02-13 21:34:21 -06:00
parent 0927211b3b
commit 2177837f6a

View File

@@ -50,10 +50,6 @@ class StructureTaxHelper {
'structure_type' => $refType,
])->get();
dd($ratio);
$ratio = $ratio[0];
if($ratio == null) {
$ratio = 1.0;
}
//Get the total taxes produced by the structure(s) over a given set of dates
$revenue = $this->GetRevenue($corpId, $refType, $start, $end);