missing sample import files
This commit is contained in:
@@ -35,6 +35,7 @@ class InvoiceItems implements FromCollection, ShouldAutoSize, WithHeadings, With
|
||||
$model->invoice_id,
|
||||
$model->item_id,
|
||||
$model->name,
|
||||
$model->quantity,
|
||||
$model->price,
|
||||
$model->total,
|
||||
$model->tax,
|
||||
@@ -47,6 +48,7 @@ class InvoiceItems implements FromCollection, ShouldAutoSize, WithHeadings, With
|
||||
'invoice_id',
|
||||
'item_id',
|
||||
'name',
|
||||
'quantity',
|
||||
'price',
|
||||
'total',
|
||||
'tax',
|
||||
@@ -57,4 +59,4 @@ class InvoiceItems implements FromCollection, ShouldAutoSize, WithHeadings, With
|
||||
{
|
||||
return 'invoice_items';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user