Daniel Sheffield hace 1 año
padre
commit
1d55b07a35
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/rest/pyapi.py

+ 1 - 0
app/rest/pyapi.py

@@ -76,6 +76,7 @@ GROUP BY ROLLUP (g.name, c.name, p.name)
 """),
         SQL("""
 HAVING {having}
+ORDER BY "Product", "Category", "Group"
 """).format(having=having) if having else SQL('')
     ])