|
|
@ -59,7 +59,6 @@ export class ImportActivitiesService { |
|
|
|
dataSource: this.parseDataSource({ item }), |
|
|
|
date: this.parseDate({ content, index, item }), |
|
|
|
fee: this.parseFee({ content, index, item }), |
|
|
|
isActive: true, |
|
|
|
quantity: this.parseQuantity({ content, index, item }), |
|
|
|
symbol: this.parseSymbol({ content, index, item }), |
|
|
|
type: this.parseType({ content, index, item }), |
|
|
@ -139,7 +138,6 @@ export class ImportActivitiesService { |
|
|
|
accountId, |
|
|
|
comment, |
|
|
|
fee, |
|
|
|
isActive: true, |
|
|
|
quantity, |
|
|
|
type, |
|
|
|
unitPrice, |
|
|
|