mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Do not format price as currency, but as number
for all the `Packing Reports`, ie Pack By Customer Pack By Supplier Pack By Product
This commit is contained in:
@@ -26,7 +26,7 @@ module Reporting
|
||||
end
|
||||
|
||||
def columns_format
|
||||
{ price: :currency, quantity: :quantity }
|
||||
{ quantity: :quantity }
|
||||
end
|
||||
|
||||
def custom_headers
|
||||
|
||||
Reference in New Issue
Block a user