From 51d45c4d085d12cd9bafc780402d98a3b2abce87 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 19:52:22 -0600 Subject: [PATCH] industry taxes testing --- app/Library/Finances/StructureIndustryTax.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Library/Finances/StructureIndustryTax.php b/app/Library/Finances/StructureIndustryTax.php index 896f23751..ac7f2d56e 100644 --- a/app/Library/Finances/StructureIndustryTax.php +++ b/app/Library/Finances/StructureIndustryTax.php @@ -16,8 +16,6 @@ use App\Models\Finances\StructureIndustryTaxJournal; class StructureIndustryTax { public function InsertStructureIndustryTax($journal, $corpId, $division) { - //Create the ESI Helper class - $esiHelper = new Esi; //Check to see if we can find the entry in the database already. //If we don't then add it to the database