Feature/extend activity cloning by quantity (#2054)
* Allow to clone quantity * Update changelog
This commit is contained in:
parent
0ea66aebcb
commit
8232b05f62
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Extended the clone functionality of a transaction by the quantity
|
||||||
|
|
||||||
## 1.277.0 - 2023-06-07
|
## 1.277.0 - 2023-06-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user