1
0
forked from poc/pds

Updated operator_id position to end

This commit is contained in:
dhanabalan
2025-07-02 15:13:47 +05:30
parent 8f95147a30
commit 85746af6f7

View File

@@ -54,6 +54,8 @@ class InvoiceValidationExporter extends Exporter
->label('BATCH NUMBER'),
ExportColumn::make('quantity')
->label('QUANTITY'),
ExportColumn::make('operator_id')
->label('OPERATOR ID'),
ExportColumn::make('created_at')
->label('CREATED AT'),
//->dateTimeFormat('d-m-Y H:i:s'),
@@ -64,8 +66,6 @@ class InvoiceValidationExporter extends Exporter
->enabledByDefault(false)
->label('DELETED AT'),
//->dateTimeFormat('d-m-Y H:i:s'),
ExportColumn::make('operator_id')
->label('OPERATOR ID'),
];
}