Browse Source

Use currency from user settings

pull/5765/head
Thomas Kaul 2 weeks ago
parent
commit
af880442ec
  1. 7
      test/import/ok/novn-buy-and-sell-partially.json
  2. 7
      test/import/ok/novn-buy-and-sell.json

7
test/import/ok/novn-buy-and-sell-partially.json

@ -24,5 +24,10 @@
"date": "2022-03-07T00:00:00.000Z",
"symbol": "NOVN.SW"
}
]
],
"user": {
"settings": {
"currency": "CHF"
}
}
}

7
test/import/ok/novn-buy-and-sell.json

@ -24,5 +24,10 @@
"date": "2022-03-07T00:00:00.000Z",
"symbol": "NOVN.SW"
}
]
],
"user": {
"settings": {
"currency": "CHF"
}
}
}

Loading…
Cancel
Save