mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Show the price in base currency if exchange rates are available.
This commit is contained in:
parent
7e713b3e1a
commit
a479dc81c4
5 changed files with 116 additions and 13 deletions
|
@ -56,6 +56,10 @@ services:
|
|||
arguments:
|
||||
$base_currency: '%default_currency%'
|
||||
|
||||
App\Services\PricedetailHelper:
|
||||
arguments:
|
||||
$base_currency: '%default_currency%'
|
||||
|
||||
App\Services\MoneyFormatter:
|
||||
arguments:
|
||||
$base_currency: '%default_currency%'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue