mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
fix to availCount() (licenseSeatRelation) (#4378)
`license_seats`.`user_id` represents an overall "owner" of the license
This commit is contained in:
parent
104cc2bf11
commit
ab9729c39a
|
@ -268,7 +268,6 @@ class License extends Depreciable
|
|||
return $this->licenseSeatsRelation()
|
||||
->whereNull('asset_id')
|
||||
->whereNull('assigned_to')
|
||||
->whereNull('user_id')
|
||||
->whereNull('deleted_at');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue