fix to availCount() (licenseSeatRelation) (#4378)
`license_seats`.`user_id` represents an overall "owner" of the license
This commit is contained in:
@@ -268,7 +268,6 @@ class License extends Depreciable
|
||||
return $this->licenseSeatsRelation()
|
||||
->whereNull('asset_id')
|
||||
->whereNull('assigned_to')
|
||||
->whereNull('user_id')
|
||||
->whereNull('deleted_at');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user