Browse Source

Check comment in deduplication

pull/4498/head
Marcin Szymański 2 weeks ago
committed by Thomas Kaul
parent
commit
8160737190
  1. 3
      apps/api/src/app/import/import.service.ts

3
apps/api/src/app/import/import.service.ts

@ -526,7 +526,8 @@ export class ImportService {
activity.quantity === quantity && activity.quantity === quantity &&
activity.SymbolProfile.symbol === symbol && activity.SymbolProfile.symbol === symbol &&
activity.type === type && activity.type === type &&
activity.unitPrice === unitPrice activity.unitPrice === unitPrice &&
activity.comment === comment
); );
}); });

Loading…
Cancel
Save