FIX RE-ordering parameters to artisan queries
This commit is contained in:
parent
0cab0ac4a9
commit
7245cf779c
|
|
@ -41,7 +41,9 @@ $queryAllUnaffectedArtisansByStatus = array(
|
||||||
'compare' => '='
|
'compare' => '='
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
),
|
||||||
|
'orderby' => 'title',
|
||||||
|
'order' => 'ASC'
|
||||||
);
|
);
|
||||||
|
|
||||||
$queryConseillerRelatedArtisansByStatus = array(
|
$queryConseillerRelatedArtisansByStatus = array(
|
||||||
|
|
@ -55,7 +57,9 @@ $queryConseillerRelatedArtisansByStatus = array(
|
||||||
'value' => $status,
|
'value' => $status,
|
||||||
'compare' => '='
|
'compare' => '='
|
||||||
),
|
),
|
||||||
)
|
),
|
||||||
|
'orderby' => 'title',
|
||||||
|
'order' => 'ASC'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user