balance update bug fix (balance NULL case)
This commit is contained in:
@@ -10,7 +10,7 @@ if ($this->is_id()) {
|
||||
1 - egyenleg szerint növekvő
|
||||
*/
|
||||
|
||||
$order_by = 'uk_balance ASC';
|
||||
$order_by = 'uk_balance ASC, uk_name ASC';
|
||||
$url_postfix = '/' . $this->get_id();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user