Added sub assembly column in import and export
This commit is contained in:
@@ -28,6 +28,8 @@ class MotorTestingMasterExporter extends Exporter
|
||||
->label('CATEGORY'),
|
||||
ExportColumn::make('item.code')
|
||||
->label('ITEM CODE'),
|
||||
ExportColumn::make('subassembly_code')
|
||||
->label('SUBASSEMBLY CODE'),
|
||||
ExportColumn::make('item.description')
|
||||
->label('DESCRIPTION'),
|
||||
ExportColumn::make('isi_model')
|
||||
|
||||
Reference in New Issue
Block a user