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>
|
||||
|
||||
Reference in New Issue
Block a user