industry taxes testing

This commit is contained in:
2019-01-05 19:42:28 -06:00
parent 429f97b02a
commit fec7ad528d

View File

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