mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +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
|
||||
|
||||
# amount params multiplied by hundred
|
||||
def self.amount_multiplied_by_hundred(amount)
|
||||
def amount_multiplied_by_hundred(amount)
|
||||
if amount.present?
|
||||
v = amount.to_f
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user