|
|
@ -46,6 +46,7 @@ public class UnplannedReceiptNoteAppService : |
|
|
|
detail.ExtraProperties = inputDetail.ExtraProperties; |
|
|
|
|
|
|
|
entity.Details.Add(detail); |
|
|
|
entity.CreatorId = CurrentUser.Id; |
|
|
|
} |
|
|
|
|
|
|
|
await _unplannedReceiptNoteManager.CreateAsync(entity).ConfigureAwait(false); |
|
|
|