Updated operator_id position to end
This commit is contained in:
@@ -54,6 +54,8 @@ class InvoiceValidationExporter extends Exporter
|
|||||||
->label('BATCH NUMBER'),
|
->label('BATCH NUMBER'),
|
||||||
ExportColumn::make('quantity')
|
ExportColumn::make('quantity')
|
||||||
->label('QUANTITY'),
|
->label('QUANTITY'),
|
||||||
|
ExportColumn::make('operator_id')
|
||||||
|
->label('OPERATOR ID'),
|
||||||
ExportColumn::make('created_at')
|
ExportColumn::make('created_at')
|
||||||
->label('CREATED AT'),
|
->label('CREATED AT'),
|
||||||
//->dateTimeFormat('d-m-Y H:i:s'),
|
//->dateTimeFormat('d-m-Y H:i:s'),
|
||||||
@@ -64,8 +66,6 @@ class InvoiceValidationExporter extends Exporter
|
|||||||
->enabledByDefault(false)
|
->enabledByDefault(false)
|
||||||
->label('DELETED AT'),
|
->label('DELETED AT'),
|
||||||
//->dateTimeFormat('d-m-Y H:i:s'),
|
//->dateTimeFormat('d-m-Y H:i:s'),
|
||||||
ExportColumn::make('operator_id')
|
|
||||||
->label('OPERATOR ID'),
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user