Compare commits
1 Commits
3b5a2aa1e4
...
d146b1facf
Author | SHA1 | Date | |
---|---|---|---|
d146b1facf |
@ -4,8 +4,11 @@
|
||||
|
||||
enum OrderStatus: string
|
||||
{
|
||||
// case ON_HOLD = 'On hold';
|
||||
case APPROVED = 'Approved';
|
||||
case PRODUCTION = 'Production';
|
||||
// case COMPLETED = 'Completed';
|
||||
case SHIPPED = 'Shipped';
|
||||
case INVOICED = 'Invoiced';
|
||||
// case CANCELLED = 'Cancelled';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user