Correct incorrect comment

This commit is contained in:
Midgard 2020-08-15 17:58:02 +02:00
parent 63ce1c5551
commit f49952b4f2
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -33,7 +33,7 @@ class HldsSemanticActions:
if not isinstance(choice[1], Choice):
dish.choices[i] = (dish.choices[i][0], deepcopy(choices[choice[1]]))
# Move the base price to the first single_choice if the dish has a fixed price
# Move the base price to the first single_choice if the dish doesn't have a fixed price
first_single_choice = first(
c[1] for c in dish.choices if c[0] == "single_choice"
)