Use company currency code when autopay creates an expense, sort Invoices DESC

This commit is contained in:
johnnyq
2025-01-25 00:30:48 -05:00
parent ce7406b632
commit cd40a97ae8
2 changed files with 2 additions and 2 deletions

View File

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