fix ordre des pastilles si liazo + aquilenet
This commit is contained in:
parent
bfc0a30c84
commit
461550c544
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ class Liazo:
|
||||||
idImm = building.get("ref")
|
idImm = building.get("ref")
|
||||||
if buildings.get(idImm):
|
if buildings.get(idImm):
|
||||||
buildings[idImm]["fdnEligStatus"] = fdnEligStatus
|
buildings[idImm]["fdnEligStatus"] = fdnEligStatus
|
||||||
buildings[idImm]["etat_imm_priority"] = 4
|
if buildings[idImm]["etat_imm_priority"] > 4:
|
||||||
|
buildings[idImm]["etat_imm_priority"] = 4
|
||||||
if buildings[idImm].get("found_in"):
|
if buildings[idImm].get("found_in"):
|
||||||
buildings[idImm]["found_in"].append("liazo")
|
buildings[idImm]["found_in"].append("liazo")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue