add to_s
This commit is contained in:
parent
eb201a93b6
commit
bc13946e77
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module FoodsoftArticleImport
|
|||
unless row[37].nil? && row[65].nil? && row[66].nil?
|
||||
price_per = row[66].gsub(',', '.').to_f
|
||||
price = row[37].gsub(',', '.').to_f
|
||||
article.merge!(:price_per => price_per * price)
|
||||
article.merge!(:price_per => (price_per * price).to_s)
|
||||
article.merge!(:unit_symbol => row[65] )
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue