1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

(bug) undefined method due to merge conflict

undefined method `amount_multiplied_by_hundred' for ProductService:Class
This commit is contained in:
Sylvain 2022-09-14 15:19:12 +02:00
parent c4baf89c54
commit 850076f79a

View File

@ -25,7 +25,7 @@ class ProductService
end end
# amount params multiplied by hundred # amount params multiplied by hundred
def self.amount_multiplied_by_hundred(amount) def amount_multiplied_by_hundred(amount)
if amount.present? if amount.present?
v = amount.to_f v = amount.to_f