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