industry taxes testing
This commit is contained in:
@@ -92,8 +92,7 @@ class StructureController extends Controller
|
|||||||
$totalTaxes = array_push($totalTaxes, $tempTaxes);
|
$totalTaxes = array_push($totalTaxes, $tempTaxes);
|
||||||
}
|
}
|
||||||
|
|
||||||
return view('structures.taxhistory')->with('totalTaxes', $totalTaxes)
|
//return view('structures.taxhistory')->with('totalTaxes', $totalTaxes)->with('months', $months);
|
||||||
->with('months', $months);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function chooseCorpTaxes() {
|
public function chooseCorpTaxes() {
|
||||||
|
|||||||
Reference in New Issue
Block a user