feat: allow sorting of categories in settings
feat: add filters to statistics page feat: allow renaming / translation of payment methods feat: allow deletion of the default payment methods
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
$categories = array();
|
||||
$query = "SELECT * FROM categories";
|
||||
$query = "SELECT * FROM categories ORDER BY `order` ASC";
|
||||
$result = $db->query($query);
|
||||
while ($row = $result->fetchArray(SQLITE3_ASSOC)) {
|
||||
$categoryId = $row['id'];
|
||||
|
||||
Reference in New Issue
Block a user