From c166eac4722cd0dd8e7e484279cb21578035ea8d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 Jan 2020 17:39:33 -0600 Subject: [PATCH] updated updatemoon blade --- app/Http/Controllers/Moons/MoonsAdminController.php | 3 +-- resources/views/moons/admin/updatemoon.blade.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Moons/MoonsAdminController.php b/app/Http/Controllers/Moons/MoonsAdminController.php index 6ef2a3360..5dac27d60 100644 --- a/app/Http/Controllers/Moons/MoonsAdminController.php +++ b/app/Http/Controllers/Moons/MoonsAdminController.php @@ -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); diff --git a/resources/views/moons/admin/updatemoon.blade.php b/resources/views/moons/admin/updatemoon.blade.php index 055845743..db505ac74 100644 --- a/resources/views/moons/admin/updatemoon.blade.php +++ b/resources/views/moons/admin/updatemoon.blade.php @@ -8,7 +8,7 @@ {{ Form::select('spmn', $spmn, null, ['class' => 'form-control', 'placeholder' => 'Select Moon...']) }}
- {{ Form::label('renter', 'Alliance Ticker') }} + {{ Form::label('renter', 'Corp / Alliance Ticker') }} {{ Form::text('renter', '', ['class' => 'form-control', 'placeholder' => 'Renter']) }}