Skip to content

Commit

Permalink
Merge pull request #4876 from coopcycle/fix-crash-on-refuse
Browse files Browse the repository at this point in the history
Fix crash when refusing order from the Order page
  • Loading branch information
Atala authored Feb 6, 2025
2 parents e1abad8 + 5f94e76 commit a411675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/state_machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ winzou_state_machine:
from: [cart]
to: new
cancel:
from: [new, accepted, started, ready]
from: [new, accepted, started, ready, refused]
to: cancelled
fulfill:
from: [new, accepted, started, ready]
Expand Down

0 comments on commit a411675

Please sign in to comment.