Updated column order in correct manner
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
This commit is contained in:
@@ -45,14 +45,14 @@ class MaterialInvoiceValidationExporter extends Exporter
|
|||||||
4 => 'Bundle Individual',
|
4 => 'Bundle Individual',
|
||||||
default => '-',
|
default => '-',
|
||||||
}),
|
}),
|
||||||
ExportColumn::make('load_rate')
|
|
||||||
->label('LOAD RATE'),
|
|
||||||
ExportColumn::make('upload_status')
|
|
||||||
->label('UPLOAD STATUS'),
|
|
||||||
ExportColumn::make('batch_number')
|
ExportColumn::make('batch_number')
|
||||||
->label('BATCH NUMBER'),
|
->label('BATCH NUMBER'),
|
||||||
ExportColumn::make('quantity')
|
ExportColumn::make('quantity')
|
||||||
->label('QUANTITY'),
|
->label('QUANTITY'),
|
||||||
|
ExportColumn::make('load_rate')
|
||||||
|
->label('LOAD RATE'),
|
||||||
|
ExportColumn::make('upload_status')
|
||||||
|
->label('UPLOAD STATUS'),
|
||||||
ExportColumn::make('operator_id')
|
ExportColumn::make('operator_id')
|
||||||
->label('OPERATOR ID'),
|
->label('OPERATOR ID'),
|
||||||
ExportColumn::make('created_at')
|
ExportColumn::make('created_at')
|
||||||
|
|||||||
Reference in New Issue
Block a user