changed logic in asrs item validations #681
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user