We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c2b51 commit e321cd3Copy full SHA for e321cd3
SnipeitPS/Public/New-SnipeitAudit.ps1
@@ -53,7 +53,7 @@ function New-SnipeitAudit() {
53
}
54
55
if ($PSBoundParameters.ContainsKey('next_audit_date')) {
56
- $Values += @{"next_audit_date" = ($next_audit).ToString("yyyy-MM-dd")}
+ $Values += @{"next_audit_date" = ($next_audit_date).ToString("yyyy-MM-dd")}
57
58
59
$Parameters = @{
0 commit comments