Fix display of Billing Start Date and other minor items
This commit is contained in:
parent
1bae121481
commit
bfbf512b0d
@ -18,6 +18,7 @@
|
||||
<th>Address</th>
|
||||
<td>{{ $o->service_address }}</td>
|
||||
</tr>
|
||||
@if($o->pppoe)
|
||||
<tr>
|
||||
<th>Service Number</th>
|
||||
<td>{{ $o->service_number }}</td>
|
||||
@ -26,6 +27,12 @@
|
||||
<th>Service Username</th>
|
||||
<td>{{ $o->service_username }}</td>
|
||||
</tr>
|
||||
@else
|
||||
<tr>
|
||||
<th>Service Type</th>
|
||||
<td>Layer 2</td>
|
||||
</tr>
|
||||
@endif
|
||||
<tr>
|
||||
<th>Service Password</th>
|
||||
<td>{{ $o->service_password }}</td>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div class="col-1"></div>
|
||||
|
||||
<div class="col-12 col-sm-9 col-md-6 col-xl-5">
|
||||
<x-leenooks::form.date id="invoice_next_at" name="invoice_next_at" icon="fa-calendar" label="Billing Start Date" :value="($o->invoice_next_at ?: $o->connect_at)?->format('Y-m-d')"/>
|
||||
<x-leenooks::form.date id="invoice_next_at" name="invoice_next_at" icon="fa-calendar" label="Billing Start Date" :value="($o->getRawOriginal('invoice_next_at') ?: $o->getRawOriginal('connect_at'))"/>
|
||||
</div>
|
||||
|
||||
<!-- Price -->
|
||||
|
Loading…
Reference in New Issue
Block a user