diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml
index 1bb16401d8f19928390f7f6e09d3adba14fa80a2..e84fc0636b3c8f518b6a5135d17c70eae9ccb008 100644
--- a/config/packages/framework.yaml
+++ b/config/packages/framework.yaml
@@ -1,5 +1,5 @@
 parameters:
-    app.version: "1.10.13"
+    app.version: "1.10.14"
 
 framework:
     secret: '%env(APP_SECRET)%'
diff --git a/src/Infrastructure/ORM/Registry/Repository/Mesurement.php b/src/Infrastructure/ORM/Registry/Repository/Mesurement.php
index 3e093efff7e866fddcd7c1245b199605af319403..d9d9b327caa529610176dc2208ba0dfbccc48da8 100644
--- a/src/Infrastructure/ORM/Registry/Repository/Mesurement.php
+++ b/src/Infrastructure/ORM/Registry/Repository/Mesurement.php
@@ -380,7 +380,7 @@ class Mesurement extends CRUDRepository implements Repository\Mesurement
             ->andWhere('u.status = :status')
             ->setParameter('date_start', $date->format('Y-m-d'))
             ->setParameter('status', 'not-applied')
-            ->orderBy('u.planificationDate', 'ASC')
+            ->orderBy('u.planificationDate', 'DESC')
         ;
 
         if ($collectivity) {