Simplify / rework some of the filter header logic and update filter vars in the rest of the code

This commit is contained in:
johnnyq
2025-01-22 18:55:05 -05:00
parent 4fc39a7203
commit 606f3061d0
11 changed files with 72 additions and 86 deletions

View File

@@ -2,7 +2,7 @@
// Default Column Sortby/Order Filter
$sort = "invoice_number";
$order = "DESC";
$order = "ASC";
require_once "includes/inc_all.php";