taxes helper

This commit is contained in:
2019-08-04 01:30:03 -05:00
parent 396d02e7a3
commit dfc5337b06
3 changed files with 18 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ class AdminController extends Controller
//Get the market taxes for the date range
$markets[] = [
'date' => $date['start']->toFormattedDateString(),
'gross' => number_format($tHelper->GetMarketGross($date['start'], $date['end']), 2, ".", ","),
'gross' => number_format($tHelper->GetAllianceMarketGross($date['start'], $date['end']), 2, ".", ","),
];
//Get the jump gate taxes for the date range
$jumpgates[] = [