flex structure form
This commit is contained in:
@@ -318,7 +318,7 @@ class MoonsAdminController extends Controller
|
|||||||
$store->Planet = $planet;
|
$store->Planet = $planet;
|
||||||
$store->Moon = $mn;
|
$store->Moon = $mn;
|
||||||
$store->RentalCorp = $renter;
|
$store->RentalCorp = $renter;
|
||||||
$store->RentalEnd = $date;
|
$store->RentalEnd = $rentalEnd;
|
||||||
$store->Contact = $contact;
|
$store->Contact = $contact;
|
||||||
$store->Price = $price['alliance'];
|
$store->Price = $price['alliance'];
|
||||||
$store->Type = 'alliance';
|
$store->Type = 'alliance';
|
||||||
@@ -331,7 +331,7 @@ class MoonsAdminController extends Controller
|
|||||||
$store->Planet = $planet;
|
$store->Planet = $planet;
|
||||||
$store->Moon = $mn;
|
$store->Moon = $mn;
|
||||||
$store->RentalCorp = $renter;
|
$store->RentalCorp = $renter;
|
||||||
$store->RentalEnd = $date;
|
$store->RentalEnd = $rentalEnd;
|
||||||
$store->Contact = $contact;
|
$store->Contact = $contact;
|
||||||
$store->Price = $price['outofalliance'];
|
$store->Price = $price['outofalliance'];
|
||||||
$store->Type = 'outofalliance';
|
$store->Type = 'outofalliance';
|
||||||
@@ -351,7 +351,7 @@ class MoonsAdminController extends Controller
|
|||||||
'Planet' => $planet,
|
'Planet' => $planet,
|
||||||
'Moon' => $mn,
|
'Moon' => $mn,
|
||||||
'RentalCorp' => $renter,
|
'RentalCorp' => $renter,
|
||||||
'RentalEnd' => $date,
|
'RentalEnd' => $rentalEnd,
|
||||||
'Contact' => $contact,
|
'Contact' => $contact,
|
||||||
'Price' => $price['alliance'],
|
'Price' => $price['alliance'],
|
||||||
'Type' => 'alliance',
|
'Type' => 'alliance',
|
||||||
@@ -369,7 +369,7 @@ class MoonsAdminController extends Controller
|
|||||||
'Planet' => $planet,
|
'Planet' => $planet,
|
||||||
'Moon' => $mn,
|
'Moon' => $mn,
|
||||||
'RentalCorp' => $renter,
|
'RentalCorp' => $renter,
|
||||||
'RentalEnd' => $date,
|
'RentalEnd' => $rentalEnd,
|
||||||
'Contact' => $contact,
|
'Contact' => $contact,
|
||||||
'Price' => $price['outofalliance'],
|
'Price' => $price['outofalliance'],
|
||||||
'Type' => 'outofalliance',
|
'Type' => 'outofalliance',
|
||||||
@@ -392,7 +392,7 @@ class MoonsAdminController extends Controller
|
|||||||
$store->Planet = $planet;
|
$store->Planet = $planet;
|
||||||
$store->Moon = $mn;
|
$store->Moon = $mn;
|
||||||
$store->RentalCorp = $renter;
|
$store->RentalCorp = $renter;
|
||||||
$store->RentalEnd = $date;
|
$store->RentalEnd = $rentalEnd;
|
||||||
$store->Contact = $contact;
|
$store->Contact = $contact;
|
||||||
$store->Price = $price['alliance'];
|
$store->Price = $price['alliance'];
|
||||||
$store->Type = 'alliance';
|
$store->Type = 'alliance';
|
||||||
@@ -405,7 +405,7 @@ class MoonsAdminController extends Controller
|
|||||||
$store->Planet = $planet;
|
$store->Planet = $planet;
|
||||||
$store->Moon = $mn;
|
$store->Moon = $mn;
|
||||||
$store->RentalCorp = $renter;
|
$store->RentalCorp = $renter;
|
||||||
$store->RentalEnd = $date;
|
$store->RentalEnd = $rentalEnd;
|
||||||
$store->Contact = $contact;
|
$store->Contact = $contact;
|
||||||
$store->Price = $price['outofalliance'];
|
$store->Price = $price['outofalliance'];
|
||||||
$store->Type = 'outofalliance';
|
$store->Type = 'outofalliance';
|
||||||
|
|||||||
Reference in New Issue
Block a user