Browse Source

Merge branch 'main' into feature/upgrade-node.js-from-version-16-to-18

pull/2053/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
d50a30195e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 1
      apps/client/src/app/pages/portfolio/activities/activities-page.component.ts

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Extended the clone functionality of a transaction by the quantity
- Upgraded `Node.js` from version `16` to `18` (`Dockerfile`) - Upgraded `Node.js` from version `16` to `18` (`Dockerfile`)
## 1.277.0 - 2023-06-07 ## 1.277.0 - 2023-06-07

1
apps/client/src/app/pages/portfolio/activities/activities-page.component.ts

@ -291,7 +291,6 @@ export class ActivitiesPageComponent implements OnDestroy, OnInit {
date: new Date(), date: new Date(),
id: null, id: null,
fee: 0, fee: 0,
quantity: null,
type: aActivity?.type ?? 'BUY', type: aActivity?.type ?? 'BUY',
unitPrice: null unitPrice: null
}, },

Loading…
Cancel
Save