diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e68e3ee..1fee8c60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Extended the clone functionality of a transaction by the quantity - Upgraded `Node.js` from version `16` to `18` (`Dockerfile`) ## 1.277.0 - 2023-06-07 diff --git a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts index 3e4d5ae66..baa68f795 100644 --- a/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts +++ b/apps/client/src/app/pages/portfolio/activities/activities-page.component.ts @@ -291,7 +291,6 @@ export class ActivitiesPageComponent implements OnDestroy, OnInit { date: new Date(), id: null, fee: 0, - quantity: null, type: aActivity?.type ?? 'BUY', unitPrice: null },