|
|
@ -30,9 +30,7 @@ public class UnplannedReceiptNoteEventHandler |
|
|
|
public virtual async Task HandleEventAsync(SfsCreatedEntityEventData<UnplannedReceiptNote> eventData) |
|
|
|
{ |
|
|
|
var entity = eventData.Entity; |
|
|
|
|
|
|
|
|
|
|
|
await AddTransactionsAsync(entity).ConfigureAwait(false); |
|
|
|
await AddTransactionsAsync(entity).ConfigureAwait(false); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|