Fix bulk coop report

This commit is contained in:
Gaetan Craig-Riou
2024-03-18 13:33:40 +11:00
parent c1dc87ae21
commit fddfd0dbfb
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ module Reporting
[
{
order: [:bill_address],
variant: { product: :supplier }
variant: [:product, :supplier]
}
]
end