added order report to back office
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
module CartsHelper
|
||||
|
||||
def money(amount)
|
||||
sprintf('%.2f KM', amount.to_f)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user