column for admin page
This commit is contained in:
@@ -171,9 +171,7 @@ class MoonsAdminController extends Controller
|
|||||||
$contact = $lookup->CharacterName($rental->Contact);
|
$contact = $lookup->CharacterName($rental->Contact);
|
||||||
|
|
||||||
//Set up the renter whether it's W4RP or another corporation
|
//Set up the renter whether it's W4RP or another corporation
|
||||||
$corpId = $lookup->LookupCorporationId($rental->Contact);
|
$ticker = $rental->RentalCorp;
|
||||||
$allianceId = $lookup->LookupCorporation($corpId);
|
|
||||||
$ticker = $lookup->LookupAllianceTicker($allianceId);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Set the color for the table
|
//Set the color for the table
|
||||||
|
|||||||
Reference in New Issue
Block a user