Move some service::class methods into __get(), no functional changes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Amount</th>
|
||||
@if($o->isChargeOverridden())
|
||||
@if($o->is_charge_overridden)
|
||||
<td>@if($o->billing_charge < $o->charge_orig)<del>${{ number_format($o->charge_orig,2) }}</del> @endif${{ number_format($o->billing_charge,2) }}</td>
|
||||
@else
|
||||
<td>${{ number_format($o->billing_charge,2) }}</td>
|
||||
|
Reference in New Issue
Block a user