mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
make fieldsetid optional
This commit is contained in:
parent
0f7e6b3fc6
commit
612d08c5d3
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function New-SnipeitModel() {
|
|||
|
||||
[int]$eol,
|
||||
|
||||
[parameter(mandatory = $true)]
|
||||
[parameter(mandatory = $false)]
|
||||
[int]$fieldset_id,
|
||||
|
||||
[ValidateScript({Test-Path $_})]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue