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
|
// Increment and return the row number
|
||||||
return ++$rowNumber;
|
return ++$rowNumber;
|
||||||
}),
|
}),
|
||||||
ExportColumn::make('plant.name')
|
ExportColumn::make('plant.code')
|
||||||
->label('PLANT'),
|
->label('PLANT'),
|
||||||
ExportColumn::make('qr_code')
|
ExportColumn::make('qr_code')
|
||||||
->label('QR CODE'),
|
->label('QR CODE'),
|
||||||
|
|||||||
Reference in New Issue
Block a user