Browse Source

Add quantity to accounts tab of holding detail dialog

pull/7595/head
Thomas Kaul 3 weeks ago
parent
commit
8748fada55
  1. 2
      apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html

2
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html

@ -418,7 +418,7 @@
[showAllocationInPercentage]="user?.settings?.isExperimentalFeatures" [showAllocationInPercentage]="user?.settings?.isExperimentalFeatures"
[showBalance]="false" [showBalance]="false"
[showFooter]="false" [showFooter]="false"
[showQuantity]="true" [showQuantity]="user?.settings?.isExperimentalFeatures"
[showValue]="false" [showValue]="false"
[showValueInBaseCurrency]="false" [showValueInBaseCurrency]="false"
/> />

Loading…
Cancel
Save