order workflow

This commit is contained in:
Tim
2024-03-28 15:34:37 -04:00
parent ed553f4dc0
commit 23e0deee91
14 changed files with 170 additions and 102 deletions

View File

@@ -114,7 +114,7 @@ export function orderIsOpen(order) {
}
export function isOpen(state) {
return state < 3
return state >= 1 && state < 3
}
export function parseOrderStatus(status) {