This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit da4345a2530dfca7ce156e220e987f9ee4121feb Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat May 23 14:36:49 2015 +0200 correction de la requete pour fonctionner sous pg (refs #7134) --- observe-business/src/main/filters/observe-reports.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-business/src/main/filters/observe-reports.properties b/observe-business/src/main/filters/observe-reports.properties index 6eac42b..434dda1 100644 --- a/observe-business/src/main/filters/observe-reports.properties +++ b/observe-business/src/main/filters/observe-reports.properties @@ -1509,5 +1509,5 @@ Join t.route r \ Join r.activitySeine a \ Join a.setSeine.targetCatch tc \ Where t.id = :tripId \ -Group By r.date, a.time, a.latitude, a.longitude, tc.weightCategory.species, tc.well \ +Group By r.date, a.time, a.latitude, a.longitude, tc.weightCategory.species, tc.weightCategory.species.faoCode, tc.well, a.setSeine.schoolType \ Order By r.date, a.time, tc.weightCategory.species, tc.well -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.