mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
order by status
This commit is contained in:
parent
d94c62d6fc
commit
b5a9190ae7
4 changed files with 9 additions and 2 deletions
|
@ -613,7 +613,8 @@ switch ($action) {
|
|||
$order_pos = [
|
||||
'username' => 0,
|
||||
'created_at' => 8,
|
||||
'balance' => 3
|
||||
'balance' => 3,
|
||||
'status' => 7
|
||||
];
|
||||
|
||||
if ($search != '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue