mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
fix name of undefined issue
This commit is contained in:
@ -222,7 +222,7 @@
|
|||||||
<table class="expenses-table">
|
<table class="expenses-table">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p class="expense-title">{{ $item->item->name }}</p>
|
<p class="expense-title">{{ $item->name }}</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p class="expense-money">{!! format_money_pdf($item->total_amount) !!}</p>
|
<p class="expense-money">{!! format_money_pdf($item->total_amount) !!}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user