Add DEPLACE to Etat of legi Article
This commit is contained in:
parent
9018d46cc3
commit
1fb4e06f07
2 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,7 @@ export type Etat =
|
|||
| "ABROGE"
|
||||
| "ANNULE"
|
||||
| "DENONCE"
|
||||
| "DEPLACE"
|
||||
| "DISJOINT"
|
||||
| "MODIFIE_MORT_NE"
|
||||
| "MODIFIE"
|
||||
|
|
|
@ -342,6 +342,7 @@ export const allLegiArticleEtats = [
|
|||
"ABROGE_DIFF", // 16233
|
||||
"ABROGE", // 341353
|
||||
"ANNULE", // 1955
|
||||
"DEPLACE", // 1
|
||||
"DISJOINT", // 87
|
||||
"MODIFIE_MORT_NE", // 6929
|
||||
"MODIFIE", // 429664
|
||||
|
|
Loading…
Add table
Reference in a new issue