Added work center column in alert mail exporter
This commit is contained in:
@@ -41,6 +41,8 @@ class AlertMailRuleExporter extends Exporter
|
||||
$plant = Plant::find($state);
|
||||
return $plant ? $plant->code : 'Unknown';
|
||||
}),
|
||||
ExportColumn::make('machine.work_center')
|
||||
->label('WORK CENTER'),
|
||||
ExportColumn::make('cc_emails')
|
||||
->label('CC EMAILS'),
|
||||
ExportColumn::make('invoiceMaster.receiving_plant_name')
|
||||
|
||||
Reference in New Issue
Block a user