From 9501cf563fd054e2ddbef1e5584256cd7f3f04d7 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 19:52:59 -0600 Subject: [PATCH] industry taxes testing --- app/Library/Finances/StructureIndustryTax.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/Library/Finances/StructureIndustryTax.php b/app/Library/Finances/StructureIndustryTax.php index ac7f2d56e..d54a796ad 100644 --- a/app/Library/Finances/StructureIndustryTax.php +++ b/app/Library/Finances/StructureIndustryTax.php @@ -8,14 +8,15 @@ namespace App\Library\Finances; use DB; - -use App\Library\Esi; +use App\Library\Esi\Esi; 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