Author: tchemit Date: 2013-09-21 16:42:34 +0200 (Sat, 21 Sep 2013) New Revision: 1196 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1196 Log: fixes #3306: [DONNEES INDIVIDUELLES] L'ordre de saisie n'est pas conserv?\195?\169 fixes #3308: [CAPTURES ACCIDENTELLES] L'ordre de saisie n'est pas conserv?\195?\169 Modified: trunk/tutti-persistence/src/main/resources/queries-override.hbm.xml Modified: trunk/tutti-persistence/src/main/resources/queries-override.hbm.xml =================================================================== --- trunk/tutti-persistence/src/main/resources/queries-override.hbm.xml 2013-09-20 13:54:16 UTC (rev 1195) +++ trunk/tutti-persistence/src/main/resources/queries-override.hbm.xml 2013-09-21 14:42:34 UTC (rev 1196) @@ -379,7 +379,7 @@ s.fishingOperation.id= :fishingOperationId AND s.batch IS NULL ORDER BY - s.creationDate + s.id ]]> <query-param name="fishingOperationId" type="java.lang.Integer"/> </query> @@ -396,7 +396,7 @@ s.fishingOperation.id= :fishingOperationId AND s.batch.id = :batchId ORDER BY - s.creationDate + s.id ]]> <query-param name="fishingOperationId" type="java.lang.Integer"/> <query-param name="batchId" type="java.lang.Integer"/>