choose corp tax history for admins

This commit is contained in:
2018-12-14 18:11:24 -06:00
parent bcaae57870
commit 0cf5598ea8

View File

@@ -42,7 +42,7 @@ class StructureController extends Controller
//Get the dates we are working with //Get the dates we are working with
$dates = $sHelper->GetTimeFrame(); $dates = $sHelper->GetTimeFrame();
dd(number_format($sHelper->GetTaxes($corpId, 'Market', $dates['LastMonthStart'], $dates['LastMonthEnd']), 2, '.', ',')); dd($sHelper->GetTaxes($corpId, 'Market', $dates['LastMonthStart'], $dates['LastMonthEnd']));
//Get the market taxes for this month from the database //Get the market taxes for this month from the database
$totalTaxes = [ $totalTaxes = [