fixing approval
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
export enum StatusDocument {
|
||||
"rejected" = -3,
|
||||
"returned" = -2,
|
||||
"draft" = -1,
|
||||
"submitted" = 0,
|
||||
"approval" = 1,
|
||||
"disposition" = 2,
|
||||
"checker" = 1,
|
||||
"approval" = 2,
|
||||
"disposition" = 3,
|
||||
};
|
||||
|
||||
export enum TypeDocument {
|
||||
|
||||
Reference in New Issue
Block a user