Browse Source

Merge branch 'dev'

prodstable
Guillaume Bourgeois 5 years ago
parent
commit
e6bf505bd4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/ReportController.php

+ 1
- 1
backend/controllers/ReportController.php View File

@@ -141,7 +141,7 @@ class ReportController extends BackendController
".$conditionPointsSale."
".$conditionDistributions."
GROUP BY product.id
ORDER BY product.name ASC
ORDER BY product.order ASC
")
->queryAll();


Loading…
Cancel
Save