changed logic in asrs item validations #681

Merged
jothi merged 1 commits from ranjith-dev into master 2026-06-01 04:04:25 +00:00

View File

@@ -391,8 +391,7 @@ class AsrsItemValidationResource extends Resource
return false;
}
return empty($record->status)
|| trim(strtolower($record->status)) == 'updated';
return trim(strtolower($record->status)) == 'updated';
}),
])
->bulkActions([