mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-19 04:14:05 +00:00
large commit
This commit is contained in:
@@ -54,7 +54,7 @@ class WarehouseReceivesOrder extends AbstractStepProcessor
|
||||
$message->to('uldvstar@gmail.com', 'Omair Saleh')->subject('Received orders report '.now()->format('dd/mm/YY'));
|
||||
$message->attach(
|
||||
Excel::download(Order::find($this->orderId),
|
||||
'report_'.now()->format('dd/mm/YY').'.xlsx')
|
||||
'report_'.now()->format('dd_mm_YY').'.xlsx')
|
||||
->getFile(), ['as' => 'report_'.now()->format('dd/mm/YY').'.xlsx']);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user