CheckStatus + UI fejlesztése
This commit is contained in:
@@ -10,8 +10,10 @@ namespace WorkFlowCheck.Common.Enums
|
||||
{
|
||||
Open = 0,
|
||||
InProgress = 1,
|
||||
Blocked = 3,
|
||||
Storno = 4,
|
||||
Sent = 5
|
||||
Blocked = 2,
|
||||
Storno = 3,
|
||||
Sent = 4,
|
||||
Signed = 5,
|
||||
Closed = 6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user