|
|
|
|
|
|
|
|
'distribution.date' => $date, |
|
|
'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' |
|
|
'conditions' => 'date_delete IS NULL' |
|
|
]) ; |
|
|
]) ; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'distribution.id_producer' => $idProducer |
|
|
'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' |
|
|
'conditions' => 'date_delete IS NULL' |
|
|
]) ; |
|
|
]) ; |
|
|
|
|
|
|