dashboard

This commit is contained in:
2019-10-12 22:50:09 -05:00
parent bca7d606c4
commit c533bc5fd6

View File

@@ -31,6 +31,7 @@ class DashboardController extends Controller
foreach($tempContracts as $con) {
if($con->status != 'finished') {
//Find start and end station. Need to work on how to tell citadels later.
$startStation = $lookupHelper->GetStationDetails($con->start_location_id);
$endStation = $lookupHelper->GetStationDetails($con->end_location_id);
@@ -44,7 +45,7 @@ class DashboardController extends Controller
if(isset($endStation->system_id)) {
$endSystem = $lookupHelper->GetSolarSystemName($endStation->system_id);
} else {
$endStation = 'N/A';
$endSystem = 'N/A';
}
//Compile the final array