mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
corrected missed next_audit_date
This commit is contained in:
parent
b4c2b51024
commit
e321cd3fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function New-SnipeitAudit() {
|
|||
}
|
||||
|
||||
if ($PSBoundParameters.ContainsKey('next_audit_date')) {
|
||||
$Values += @{"next_audit_date" = ($next_audit).ToString("yyyy-MM-dd")}
|
||||
$Values += @{"next_audit_date" = ($next_audit_date).ToString("yyyy-MM-dd")}
|
||||
}
|
||||
|
||||
$Parameters = @{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue