money deposit list modification

This commit is contained in:
Ricsi
2017-02-07 23:17:38 +01:00
parent 805a5bc440
commit 796156e0fb
3 changed files with 9 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ if ($this->is_id()) {
}
else {
# BEFIZETÉS LISTA
$mod_query = "SELECT * FROM money_deposit WHERE mod_deleted = 0 ORDER BY mod_date DESC;";
$mod_query = "SELECT * FROM money_deposit WHERE mod_deleted = 0 ORDER BY mod_date DESC, mod_id DESC;";
$mod_array = array();
$mod_assoc_array = $sql->assoc_array($mod_query);