From 2177837f6a6b10f15825c2d7f127bc8fbd953d5f Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 13 Feb 2019 21:34:21 -0600 Subject: [PATCH] structuretaxhelper debug --- app/Library/Structures/StructureTaxHelper.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 3e2e712cc..4e9378a5d 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -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);