mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
Merge pull request #2110 from oeoeaio/subs-summary-hash
Subs: Fix summary emails for shop owners
This commit is contained in:
@@ -18,7 +18,7 @@ module OpenFoodNetwork
|
||||
end
|
||||
|
||||
def record_issue(type, order, message)
|
||||
issues[type] ||= []
|
||||
issues[type] ||= {}
|
||||
issues[type][order.id] = message
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user