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:
parent
c4baf89c54
commit
850076f79a
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user