structure taxes troubleshooting

This commit is contained in:
2019-02-03 01:18:49 -06:00
parent bf6ebe0541
commit ec27643307

View File

@@ -134,7 +134,6 @@ class StructureController extends Controller
'revenue' => number_format($sHelper->GetRevenue($corpId, 'Market', $date['start'], $date['end']), 2, '.', ',') 'revenue' => number_format($sHelper->GetRevenue($corpId, 'Market', $date['start'], $date['end']), 2, '.', ',')
]; ];
} }
dd($totalTaxes);
return view('structures.taxes')->with('totalTaxes', $totalTaxes); return view('structures.taxes')->with('totalTaxes', $totalTaxes);
} }