Added updated at in action API
This commit is contained in:
parent
30fa924d0f
commit
b9f2bc53c8
@ -737,6 +737,7 @@ namespace Marco.Pms.Services.Service
|
||||
ExpenseId = expense.Id,
|
||||
Action = $"Status changed to '{statusTransition.NextStatus?.Name}'",
|
||||
UpdatedById = loggedInEmployee.Id,
|
||||
UpdateAt = DateTime.UtcNow,
|
||||
Comment = model.Comment,
|
||||
TenantId = tenantId
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user