updated updatemoon blade
This commit is contained in:
@@ -97,7 +97,7 @@ class MoonsAdminController extends Controller
|
||||
//Set the contact name
|
||||
$contact = $lookupHelper->CharacterIdToName($rental->Contact);
|
||||
|
||||
//Set up the renter whether it's W4RP or another corporation
|
||||
//Set up the renter whether it's a corporation in W4RP or another alliance
|
||||
$ticker = $rental->RentalCorp;
|
||||
$type = $rental->Type;
|
||||
}
|
||||
@@ -257,7 +257,6 @@ class MoonsAdminController extends Controller
|
||||
}
|
||||
|
||||
//Let's find the corporation and alliance information to ascertain whethery they are in Warped Intentions or another Legacy Alliance
|
||||
|
||||
$char = $lookup->GetCharacterInfo($contact);
|
||||
//Takes the corp id and looks up the corporation info
|
||||
$corp = $lookup->GetCorporationInfo($char->corporation_id);
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{{ Form::select('spmn', $spmn, null, ['class' => 'form-control', 'placeholder' => 'Select Moon...']) }}
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
{{ Form::label('renter', 'Alliance Ticker') }}
|
||||
{{ Form::label('renter', 'Corp / Alliance Ticker') }}
|
||||
{{ Form::text('renter', '', ['class' => 'form-control', 'placeholder' => 'Renter']) }}
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
|
||||
Reference in New Issue
Block a user