structure taxes troubleshooting
This commit is contained in:
@@ -134,7 +134,6 @@ class StructureController extends Controller
|
||||
'revenue' => number_format($sHelper->GetRevenue($corpId, 'Market', $date['start'], $date['end']), 2, '.', ',')
|
||||
];
|
||||
}
|
||||
dd($totalTaxes);
|
||||
|
||||
return view('structures.taxes')->with('totalTaxes', $totalTaxes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user