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