Remove Currency Selection from invoice, quote and recurring as this will be determined by your company currency in settings, the payment is what matters as this is where it will be converted

This commit is contained in:
johnnyq
2021-08-29 22:07:46 -04:00
parent 4e4455d219
commit 209bd7da4d
13 changed files with 12 additions and 57 deletions

View File

@@ -45,6 +45,7 @@
$row = mysqli_fetch_array($sql);
$session_company_name = $row['company_name'];
$session_company_currency = $row['company_currency'];
include("get_settings.php");