parent
026c3a6285
commit
a1682932ac
2 changed files with 10 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ module PriceCalculation
|
|||
|
||||
# @return [Number] Price for the foodcoop-member.
|
||||
def fc_price
|
||||
add_percent(gross_price, FoodsoftConfig[:price_markup])
|
||||
add_percent(gross_price, FoodsoftConfig[:price_markup].to_i)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue