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 = [