Currency fields calculates wrong value for Kroner currency type on purchase order formDescription<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Currency fields calculates wrong value for Kroner currency type on purchase order form, Issue can be observed via below steps, Navigate to "Procurement=>Orders=>Purchase Orders" andOpen the purcase order recordThen go to the related list "Purchase Order line Items" and click on "New" buttonSelect any vendor and select a product catalog,This will populate the list price, cost & total cost, for example 180.00 is shown on the list price fieldNow click on "Save" form, then this will make the list price as 0.00 or 180,00.00. Below screenshot shows the issue with list price field, Release Any supported release. Cause System property "glide.system.locale" was set with value "en.DK". As per product documentation "https://docs.servicenow.com/csh?topicname=locales.html&version=latest", the local value should be set as per the ISO 3166 language code.The value "en.DK" is not as per the ISO 3166 language code (https://www.oracle.com/technetwork/java/javase/javase7locales-334809.html)."da.DK" is the correct language code for the Danish language as per ISO 3166 language code. Resolution Please set system property "glide.system.locale" with correct language code "da.DK" and it should resolve the reported issue. Additional Information Locale settings Currency Administration