Chnaged the comment in update logs while creating the payment request
This commit is contained in:
parent
58a4a23ac7
commit
e657f91d4b
@ -1761,7 +1761,7 @@ namespace Marco.Pms.Services.Service
|
||||
NextStatusId = Draft,
|
||||
UpdatedById = loggedInEmployee.Id,
|
||||
UpdatedAt = DateTime.UtcNow,
|
||||
Comment = "Payment request is submited as draft",
|
||||
Comment = "Payment request is saved as draft",
|
||||
TenantId = tenantId
|
||||
});
|
||||
|
||||
@ -3090,7 +3090,7 @@ namespace Marco.Pms.Services.Service
|
||||
NextStatusId = Draft,
|
||||
UpdatedById = loggedInEmployee.Id,
|
||||
UpdatedAt = DateTime.UtcNow,
|
||||
Comment = "Payment request is submited as draft",
|
||||
Comment = "Payment request is saved as draft",
|
||||
TenantId = tenantId
|
||||
});
|
||||
statusUpdateLogs.Add(new StatusUpdateLog
|
||||
@ -3101,7 +3101,7 @@ namespace Marco.Pms.Services.Service
|
||||
NextStatusId = Review,
|
||||
UpdatedById = loggedInEmployee.Id,
|
||||
UpdatedAt = DateTime.UtcNow.AddMilliseconds(1),
|
||||
Comment = "Payment request is submited for Review",
|
||||
Comment = "Payment request submited for Review",
|
||||
TenantId = tenantId
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user