Réactive l'envois de flotte #18

Merged
nemunaire merged 15 commits from task/fix_envoi_flotte into master 2021-01-30 17:36:33 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 4fedde4cf9 - Show all commits

View File

@ -648,8 +648,8 @@ class dSpatial implements Donnees
array('technologies', 7,9) array('technologies', 7,9)
), ),
array( array(
array('batiments', 8, 10), array('batiments', 8, 3),
array('technologies', 7,10) array('technologies', 7, 4)
) )
); );
} else { } else {

View File

@ -1537,8 +1537,8 @@ class dTechnologies implements Donnees
array('batiments', 6, 10) array('batiments', 6, 10)
), ),
array( array(
array("technologies", 7, 5), array("technologies", 7, 4),
array('batiments', 6, 10) array('batiments', 6, 3)
), ),
array( array(
array('batiments', 6, 5) array('batiments', 6, 5)