This commit is contained in:
2021-05-28 18:09:12 +00:00
parent 8010eb6833
commit e40ea05b4d
4 changed files with 4 additions and 5 deletions

View File

@@ -3606,7 +3606,7 @@ namespace AyaNova.Biz
//await FileUtil.DeleteAttachmentsForObjectAsync(dbObject.AyaType, dbObject.Id, ct);
if (parentTransaction == null)
await transaction.CommitAsync();
await ExpenseHandlePotentialNotificationEvent(AyaEvent.Deleted, dbObject);
await PartRequestHandlePotentialNotificationEvent(AyaEvent.Deleted, dbObject);
}
catch
{