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() {