choose corp tax history for admins
This commit is contained in:
@@ -42,7 +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, '.', ','));
|
||||
dd($sHelper->GetTaxes($corpId, 'Market', $dates['LastMonthStart'], $dates['LastMonthEnd']));
|
||||
|
||||
//Get the market taxes for this month from the database
|
||||
$totalTaxes = [
|
||||
|
||||
Reference in New Issue
Block a user