removed inspection status column in production characteristic #827

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-13 08:33:47 +00:00

View File

@@ -39,8 +39,6 @@ class ProductionCharacteristicExporter extends Exporter
->label('OBSERVED VALUE'), ->label('OBSERVED VALUE'),
ExportColumn::make('status') ExportColumn::make('status')
->label('STATUS'), ->label('STATUS'),
ExportColumn::make('inspection_status')
->label('INSPECTION STATUS'),
ExportColumn::make('remark') ExportColumn::make('remark')
->label('REMARK'), ->label('REMARK'),
ExportColumn::make('created_at') ExportColumn::make('created_at')