allow to configure currency (closes foodcoops#258)
This commit is contained in:
parent
f09ef892dc
commit
68ccc19c70
6 changed files with 34 additions and 1 deletions
|
|
@ -39,6 +39,9 @@ default: &defaults
|
|||
#ignore_browser_locale: false
|
||||
# Default timezone, e.g. UTC, Amsterdam, Berlin, etc.
|
||||
#time_zone: Berlin
|
||||
# Currency symbol, and whether to add a whitespace after the unit.
|
||||
#currency_unit: €
|
||||
#currency_space: true
|
||||
|
||||
# price markup in percent
|
||||
price_markup: 2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue