Просмотр исходного кода

[backend] Distribution : orderby des commandes

master
Guillaume Bourgeois 5 лет назад
Родитель
Сommit
9b8a89f09b
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      backend/controllers/DistributionController.php

+ 2
- 2
backend/controllers/DistributionController.php Просмотреть файл

@@ -392,7 +392,7 @@ class DistributionController extends BackendController
'distribution.date' => $date,
],
[
'orderby' => 'comment_point_sale ASC, user.name ASC',
'orderby' => 'user.lastname ASC, user.name ASC, comment_point_sale ASC',
'conditions' => 'date_delete IS NULL'
]) ;
@@ -593,7 +593,7 @@ class DistributionController extends BackendController
'distribution.id_producer' => $idProducer
],
[
'orderby' => 'comment_point_sale ASC, user.name ASC',
'orderby' => 'user.lastname ASC, user.name ASC, comment_point_sale ASC',
'conditions' => 'date_delete IS NULL'
]) ;


Загрузка…
Отмена
Сохранить