diff --git a/src/QUI/ERP/Accounting/ArticleListUnique.php b/src/QUI/ERP/Accounting/ArticleListUnique.php index c50d9acba270590ce740e4364e8067c9ec35405e..66acc16bcda2e04b7f5c46b35ec83138e49c1b23 100644 --- a/src/QUI/ERP/Accounting/ArticleListUnique.php +++ b/src/QUI/ERP/Accounting/ArticleListUnique.php @@ -488,7 +488,7 @@ public function toHTML($template = false): string } $exchangeRateText = $this->Locale->get('quiqqer/erp', 'exchangerate.text', [ - 'startCurrency' => $DefaultCurrency->format(1), + 'startCurrency' => $Currency->format(1), 'rate' => $exchangeRate ]); }