Actualizacuion de Rama Kquiroz
This commit is contained in:
@@ -30,6 +30,7 @@ class ProductsExport implements FromCollection, WithMapping, WithHeadings
|
||||
'purchase_price',
|
||||
'unit',
|
||||
'current_stock',
|
||||
'est_shipping_days',
|
||||
'meta_title',
|
||||
'meta_description',
|
||||
];
|
||||
@@ -58,6 +59,7 @@ class ProductsExport implements FromCollection, WithMapping, WithHeadings
|
||||
$product->unit,
|
||||
// $product->current_stock,
|
||||
$qty,
|
||||
$product->est_shipping_days,
|
||||
$product->meta_title,
|
||||
$product->meta_description,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user