order by status
This commit is contained in:
@ -613,7 +613,8 @@ switch ($action) {
|
||||
$order_pos = [
|
||||
'username' => 0,
|
||||
'created_at' => 8,
|
||||
'balance' => 3
|
||||
'balance' => 3,
|
||||
'status' => 7
|
||||
];
|
||||
|
||||
if ($search != '') {
|
||||
|
Reference in New Issue
Block a user