1
0
forked from poc/pds

removed inspection status column in production characteristic

This commit is contained in:
dhanabalan
2026-07-13 14:03:27 +05:30
parent d5cd1437fe
commit 1ce7995105

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')