Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
commit
6fad5d5beb
@ -89,8 +89,8 @@
|
|||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">{{ $item->quantity }}</td>
|
<td class="text-center">{{ $item->quantity }}</td>
|
||||||
<td class="text-right">@money($item->price, $invoice->currency_code, true)</td>
|
<td class="style-price text-right">@money($item->price, $invoice->currency_code, true)</td>
|
||||||
<td class="text-right">@money($item->total, $invoice->currency_code, true)</td>
|
<td class="style-price text-right">@money($item->total, $invoice->currency_code, true)</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user