industry taxes testing

This commit is contained in:
2019-01-05 22:58:44 -06:00
parent fa3785e34d
commit 63eeddf7f7

View File

@@ -49,7 +49,7 @@ class StructureController extends Controller
$taxes[] = ['date' => $date['start'], 'tax' => $tax];
}
return view('structures.taxhistory')->with('taxes', $taxes);
return view('structures.industrytaxes')->with('taxes', $taxes);
}
public function chooseCorpTaxes() {