mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
The Enterprise Fee Summary report modified the `params` object. So when we pass the same `params` a second time to the report class it doesn't find the same values. In some cases that would lead to a server error. The next commit implements a better solution though.