mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
Merge branch 'fix-bug' into 'master'
fix `name` of undefined issue See merge request mohit.panjvani/crater-web!83
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