minor change in items of invoices and bills moved to partials path
This commit is contained in:
@ -129,7 +129,7 @@
|
||||
|
||||
<tbody>
|
||||
@foreach($bill->items as $item)
|
||||
@include('partials.documents.item.print')
|
||||
@include('partials.documents.item.print', ['document' => $bill])
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -350,7 +350,7 @@
|
||||
@stack('total_th_end')
|
||||
</tr>
|
||||
@foreach($bill->items as $item)
|
||||
@include('partials.documents.item.show')
|
||||
@include('partials.documents.item.show', ['document' => $bill])
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user