Added category in product characteristics master exporter
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
This commit is contained in:
@@ -38,6 +38,8 @@ class ProductCharacteristicsMasterExporter extends Exporter
|
|||||||
->label('CHARACTERISTICS TYPE'),
|
->label('CHARACTERISTICS TYPE'),
|
||||||
ExportColumn::make('name')
|
ExportColumn::make('name')
|
||||||
->label('CHARACTERISTICS NAME'),
|
->label('CHARACTERISTICS NAME'),
|
||||||
|
ExportColumn::make('category')
|
||||||
|
->label('CATEGORY'),
|
||||||
ExportColumn::make('inspection_type')
|
ExportColumn::make('inspection_type')
|
||||||
->label('INSPECTION TYPE'),
|
->label('INSPECTION TYPE'),
|
||||||
ExportColumn::make('lower')
|
ExportColumn::make('lower')
|
||||||
|
|||||||
Reference in New Issue
Block a user