mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -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">
|
<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