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
Showing only changes of commit 1ce7995105 - Show all commits

View File

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