Fix decimal points for NOK currency (#36780)

This commit is contained in:
Barry Hughes 2023-02-17 14:02:10 -08:00 committed by GitHub
commit 85be0f5e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix decimal points for NOK currency

View File

@ -2656,7 +2656,7 @@ return array(
'currency_pos' => 'left_space',
'thousand_sep' => ' ',
'decimal_sep' => ',',
'num_decimals' => 0,
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'direction' => 'ltr',
@ -3200,7 +3200,7 @@ return array(
'currency_pos' => 'left_space',
'thousand_sep' => ' ',
'decimal_sep' => ',',
'num_decimals' => 0,
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'direction' => 'ltr',

View File

@ -1903,7 +1903,7 @@ test.describe('Data API tests', () => {
"currency_pos": "left_space",
"decimal_sep": ",",
"dimension_unit": "cm",
"num_decimals": 0,
"num_decimals": 2,
"thousand_sep": " ",
"weight_unit": "kg",
"states": []
@ -1999,7 +1999,7 @@ test.describe('Data API tests', () => {
"currency_pos": "left_space",
"decimal_sep": ",",
"dimension_unit": "cm",
"num_decimals": 0,
"num_decimals": 2,
"thousand_sep": " ",
"weight_unit": "kg",
"states": []
@ -3542,7 +3542,7 @@ test.describe('Data API tests', () => {
"currency_pos": "left_space",
"decimal_sep": ",",
"dimension_unit": "cm",
"num_decimals": 0,
"num_decimals": 2,
"thousand_sep": " ",
"weight_unit": "kg",
"states": []
@ -3638,7 +3638,7 @@ test.describe('Data API tests', () => {
"currency_pos": "left_space",
"decimal_sep": ",",
"dimension_unit": "cm",
"num_decimals": 0,
"num_decimals": 2,
"thousand_sep": " ",
"weight_unit": "kg",
"states": []