mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Simplify / rework some of the filter header logic and update filter vars in the rest of the code
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// Default Column Sortby/Order Filter
|
||||
$sort = "invoice_number";
|
||||
$order = "DESC";
|
||||
$order = "ASC";
|
||||
|
||||
require_once "includes/inc_all.php";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user