mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Format date in summary row as it's formatted in a row
for order cycle customer totals report + update specs
This commit is contained in:
@@ -126,7 +126,7 @@ module Reporting
|
||||
order_cycle: order.order_cycle&.name,
|
||||
payment_method: order.payments.first&.payment_method&.name,
|
||||
order_number: order.number,
|
||||
date: order.completed_at,
|
||||
date: order.completed_at.strftime("%F %T"),
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user