From fec7ad528d1e0556bf7ea5ed04c8edf4787be6cc Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 5 Jan 2019 19:42:28 -0600 Subject: [PATCH] industry taxes testing --- app/Http/Controllers/StructureController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index f48e8518d..a0821d7d9 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -92,8 +92,7 @@ class StructureController extends Controller $totalTaxes = array_push($totalTaxes, $tempTaxes); } - return view('structures.taxhistory')->with('totalTaxes', $totalTaxes) - ->with('months', $months); + //return view('structures.taxhistory')->with('totalTaxes', $totalTaxes)->with('months', $months); } public function chooseCorpTaxes() {