This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
# SVC-LOANERS Placeholder
|
# SVC-LOANERS Placeholder
|
||||||
|
|
||||||
This is a placeholder page for sections that are not written yet
|
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
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ namespace AyaNova.Biz
|
|||||||
AddError(ApiErrorCode.NOT_FOUND);
|
AddError(ApiErrorCode.NOT_FOUND);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
ValidateCanDelete(dbObject);
|
await ValidateCanDelete(dbObject);
|
||||||
if (HasErrors)
|
if (HasErrors)
|
||||||
return false;
|
return false;
|
||||||
if (HasErrors)
|
if (HasErrors)
|
||||||
|
|||||||
Reference in New Issue
Block a user