Some cosmetic updates for orders

This commit is contained in:
Deon George
2019-01-24 21:49:56 +11:00
parent 8402e4fcb6
commit d0fb3f643e
8 changed files with 65 additions and 61 deletions

View File

@@ -17,15 +17,15 @@
<tr>
<th>Active</th><td>{{ $o->active }} ({{ $o->order_status }})</td>
</tr>
<tr>
<th>Product</th><td>{{ $o->product->name }}: {{ $o->name }}</td>
</tr>
<tr>
<th>Billing Period</th><td>{{ $o->recur_schedule }}</td>
</tr>
<tr>
<th>Billing Amount</th><td>{{ $o->cost }}</td>
</tr>
<tr>
<th>Product</th><td>{{ $o->product->name }}</td>
</tr>
<tr>
<th>Last Invoice</th><td>{{ $o->date_last_invoice }}</td>
</tr>