Removed pds_status and pds_description column in importer and exporter file

This commit is contained in:
dhanabalan
2025-07-03 13:36:59 +05:30
parent 5543938eae
commit bff1cb0d28
2 changed files with 1 additions and 7 deletions

View File

@@ -126,10 +126,6 @@ class TestingPanelReadingExporter extends Exporter
->label('UPDATE COUNT'),
ExportColumn::make('output_flag')
->label('OUTPUT FLAG'),
ExportColumn::make('pds_status')
->label('PDS STATUS'),
ExportColumn::make('pds_description')
->label('PDS DESCRIPTION'),
ExportColumn::make('tested_by')
->label('TESTED BY'),
ExportColumn::make('updated_by')