Support integers for price_markup
The config panel writes an integer into the settings table in the database, which results in a wrong calculation of the fc_price.
This commit is contained in:
parent
ca7416f2e7
commit
386bc7382d
2 changed files with 10 additions and 3 deletions
|
|
@ -13,8 +13,9 @@ default: &defaults
|
|||
# true by default to keep compat with older installations, but test with false here
|
||||
use_nick: false
|
||||
|
||||
price_markup: 5
|
||||
|
||||
# do we really need the following ones?
|
||||
price_markup: 5.0
|
||||
tax_default: 6.0
|
||||
email_sender: noreply@minimal.test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue