Fix column reference for plant in InvoiceOutValidationExporter
This commit is contained in:
@@ -21,7 +21,7 @@ class InvoiceOutValidationExporter extends Exporter
|
||||
// Increment and return the row number
|
||||
return ++$rowNumber;
|
||||
}),
|
||||
ExportColumn::make('plant.name')
|
||||
ExportColumn::make('plant.code')
|
||||
->label('PLANT'),
|
||||
ExportColumn::make('qr_code')
|
||||
->label('QR CODE'),
|
||||
|
||||
Reference in New Issue
Block a user