Fix column reference for plant in InvoiceOutValidationExporter

This commit is contained in:
dhanabalan
2025-11-06 12:28:40 +05:30
parent c51e05f058
commit 8ba21630d8

View File

@@ -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'),