This commit is contained in:
2021-01-05 20:32:37 +00:00
parent 1e4b6ab9f8
commit efebcf30b2
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
# SVC-LOANERS Placeholder
This is a placeholder page for sections that are not written yet
todo: Shadow Units - mention the Shadow Unit feature and recommended practices regarding Shadow Unit's Customer being self etc

View File

@@ -157,7 +157,7 @@ namespace AyaNova.Biz
AddError(ApiErrorCode.NOT_FOUND);
return false;
}
ValidateCanDelete(dbObject);
await ValidateCanDelete(dbObject);
if (HasErrors)
return false;
if (HasErrors)