currency decimal places = 2

This commit is contained in:
yuri
2018-01-27 12:41:06 +02:00
parent cc90d546a5
commit 8bd7009c02
+1 -1
View File
@@ -168,7 +168,7 @@ return array (
'cleanupActionHistoryPeriod' => '15 days',
'cleanupAuthTokenPeriod' => '1 month',
'currencyFormat' => 1,
'currencyDecimalPlaces' => null,
'currencyDecimalPlaces' => 2,
'aclStrictMode' => false,
'aclAllowDeleteCreated' => false,
'inlineAttachmentUploadMaxSize' => 20,