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:
Jean-Baptiste Bellet
2022-07-11 15:02:34 +02:00
parent ce0031934a
commit 2a35c48498

View File

@@ -26,7 +26,7 @@ module Reporting
end
def columns_format
{ price: :currency, quantity: :quantity }
{ quantity: :quantity }
end
def custom_headers