udpdate asset
This commit is contained in:
@ -6,4 +6,9 @@ export enum AssetInventoryCondition {
|
||||
"unusabel" = "unusable",
|
||||
"disposed" = "disposed",
|
||||
"lost" = "lost",
|
||||
};
|
||||
};
|
||||
|
||||
export enum AssetFixedTypeType {
|
||||
"exploitation" = "exploitation",
|
||||
"depreciation" = "depreciation"
|
||||
}
|
||||
Reference in New Issue
Block a user