Merge branch 'fix/set-asset-owner-#58' into develop

This commit is contained in:
Petri Asikainen 2021-05-16 12:31:45 +03:00
commit 4ed189b45d

View file

@ -23,7 +23,7 @@ function Set-AssetOwner()
)
$Values = @{
"id" = $assigned_id
"id" = $id
"checkout_to_type" = $checkout_to_type
}