Contract creationIssue We have detected the following error when creating a Contract in the Preproduction and Development environment:After setting a value in the Payment amount field, the Total cost appears with the Payment amount value multiplied by 100.CausePRB1452178Resolution1. The fixed target for this PRB is Rome release. 2. Workaround: The workaround is to comment out line 35 and 36 of Script Include - ExpenseManagementUtils: https://instance_name.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=e3c32171bf9030007a6d257b3f0739c5 They are as follow: taxCost = taxCost.toFixed(2).replace('.', decimalSeperator); amount = amount.toFixed(2).replace('.', decimalSeperator);