mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Merge pull request #169 from PetriAsi/feature/checkout-in-licences
use nullable ints
This commit is contained in:
commit
376949498d
1 changed files with 2 additions and 2 deletions
|
|
@ -46,9 +46,9 @@ function Set-SnipeitLicenseSeat()
|
|||
[int]$seat_id,
|
||||
|
||||
[Alias('assigned_id')]
|
||||
[int]$assigned_to,
|
||||
[Nullable[System.Int32]]$assigned_to,
|
||||
|
||||
[int]$asset_id,
|
||||
[Nullable[System.Int32]]$asset_id,
|
||||
|
||||
[string]$note,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue