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