diff --git a/application/Espo/Core/defaults/config.php b/application/Espo/Core/defaults/config.php index c5ee3ae6cd..b7d9a41765 100644 --- a/application/Espo/Core/defaults/config.php +++ b/application/Espo/Core/defaults/config.php @@ -168,7 +168,7 @@ return array ( 'cleanupActionHistoryPeriod' => '15 days', 'cleanupAuthTokenPeriod' => '1 month', 'currencyFormat' => 1, - 'currencyDecimalPlaces' => null, + 'currencyDecimalPlaces' => 2, 'aclStrictMode' => false, 'aclAllowDeleteCreated' => false, 'inlineAttachmentUploadMaxSize' => 20,