srp stuff

This commit is contained in:
2019-08-04 02:21:52 -05:00
parent 9099997b2c
commit 97801653fe

View File

@@ -53,7 +53,7 @@ class AdminController extends Controller
//Get the srp loss value for the date range
$srpLoss[] = [
'date' => $date['start']->toFormattedDateString(),
'gross' => number_format($tHelper->GetAllianceSRPActual($date['start'], $date['end']), 2, ".", ","),
'gross' => number_format($tHelper->GetAllianceSRPLoss($date['start'], $date['end']), 2, ".", ","),
];
//Get the pi taxes for the date range