choose corp tax history for admins

This commit is contained in:
2018-12-14 17:34:29 -06:00
parent f9bae1c05e
commit a921e64eb8
2 changed files with 3 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ class StructureController extends Controller
'thisMonthStart' => $dates['ThisMonthStart']->toFormattedDateString(),
'lastMonthStart' => $dates['LastMonthStart']->toFormattedDateString(),
];
return view('structures.choosecorptaxes')->with('totalTaxes', $totalTaxes);
}
public function displayTaxes() {