This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'dev'
prodstable
Guillaume Bourgeois
5 years ago
parent
8777943347
2b7377b228
commit
e6bf505bd4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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();
Write
Preview
Loading…
Cancel
Save