balance update bug fix (balance NULL case)

This commit is contained in:
Ricsi
2017-02-18 10:05:38 +01:00
parent 40585222d7
commit 1d6f2bd03a
2 changed files with 2 additions and 1 deletions

View File

@@ -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();
}