deletes and fixes

This commit is contained in:
Ricsi
2019-03-27 22:59:40 +00:00
parent 4ddc2ec2e9
commit 999ace3149
122 changed files with 522 additions and 16020 deletions

View File

@@ -6,10 +6,6 @@
$where = '';
if ($this->is_id()) {
# RENDEZÉS
/*
*/
switch ($this->get_id()) {
case 1:
//1 - egyenleg szerint növekvő
@@ -22,31 +18,10 @@ if ($this->is_id()) {
$order_by = 'uk_name ASC';
$url_postfix = '/' . $this->get_id();
break;
case 3:
//3 - tartozások csökkenőben
$where = ' AND uk_balance < 0';
$order_by = 'uk_balance ASC, uk_name ASC';
$url_postfix = '/' . $this->get_id();
break;
case 4:
//4 - tartozások növekvőben
$where = ' AND uk_balance < 0';
$order_by = 'uk_balance DESC, uk_name ASC';
$url_postfix = '/' . $this->get_id();
break;
case 5:
//5 - tartozások növekvőben
$where = ' AND uk_balance < 0';
$order_by = 'uk_last_notification DESC, uk_name ASC';
$url_postfix = '/' . $this->get_id();
break;
default:
# code...
break;
}
}
else {
# EGYENLEG LISTA