Fix Regression that broke setup, set company currency default to USD if not set

This commit is contained in:
johnnyq
2025-06-21 18:33:48 -04:00
parent 5c6a7acb7d
commit c4e91df1ed
3 changed files with 12 additions and 7 deletions

View File

@@ -5,4 +5,4 @@
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "2.1.9");
DEFINE("LATEST_DATABASE_VERSION", "2.2.0");