changed logic in asrs item validations #681
@@ -391,8 +391,7 @@ class AsrsItemValidationResource extends Resource
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return empty($record->status)
|
return trim(strtolower($record->status)) == 'updated';
|
||||||
|| trim(strtolower($record->status)) == 'updated';
|
|
||||||
}),
|
}),
|
||||||
])
|
])
|
||||||
->bulkActions([
|
->bulkActions([
|
||||||
|
|||||||
Reference in New Issue
Block a user