From bcaae5787071e6102aa294502a3380601f65bdf9 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 14 Dec 2018 18:10:49 -0600 Subject: [PATCH] choose corp tax history for admins --- app/Http/Controllers/StructureController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 9c9515cbd..46f3fb08b 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -42,6 +42,7 @@ class StructureController extends Controller //Get the dates we are working with $dates = $sHelper->GetTimeFrame(); + dd(number_format($sHelper->GetTaxes($corpId, 'Market', $dates['LastMonthStart'], $dates['LastMonthEnd']), 2, '.', ',')); //Get the market taxes for this month from the database $totalTaxes = [