浏览代码

[backend] Distribution : orderby des commandes

refactoring
父节点
当前提交
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'
]) ;


正在加载...
取消
保存