Skip to content
Snippets Groups Projects
Commit f0e30b72 authored by Florian Schröder's avatar Florian Schröder
Browse files

fix bug with serving burger

parent 38af7c1a
No related branches found
No related tags found
No related merge requests found
Pipeline #42410 passed
......@@ -145,7 +145,7 @@ class ServingWindow(Counter):
):
if isinstance(item.content, Meal) and item.content.progressed_steps:
return item.content.finished
if not item.item_info.steps_needed and len(
if not item.content.item_info.steps_needed and len(
item.content.item_info.needs
) == len(item.content.parts):
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment