Rework service, removed redundant code, service invoicing improvements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th colspan="3">{{ $o->name }}</th><th class="text-right">${{ number_format(($x=$o->next_invoice_items(TRUE))->sum('total'),2) }}</th>
|
||||
<th colspan="3">{{ $o->name }}</th><th class="text-right">${{ number_format(($x=$o->next_invoice_items())->sum('total'),2) }}</th>
|
||||
</tr>
|
||||
|
||||
@foreach ($x as $io)
|
||||
|
Reference in New Issue
Block a user