added code and plant in production order #962
@@ -22,9 +22,9 @@ class ProductionOrderExporter extends Exporter
|
||||
// Increment and return the row number
|
||||
return ++$rowNumber;
|
||||
}),
|
||||
ExportColumn::make('plant_id')
|
||||
ExportColumn::make('plant.code')
|
||||
->label('PLANT CODE'),
|
||||
ExportColumn::make('item_id')
|
||||
ExportColumn::make('item.code')
|
||||
->label('ITEM CODE'),
|
||||
ExportColumn::make('quantity')
|
||||
->label('QUANTITY'),
|
||||
|
||||
Reference in New Issue
Block a user