Total actual cost in project currency field on the Cost Plan not showing correct amountDescriptionTotal actual cost in project currency field on the Cost Plan not showing correct amountSteps to Reproduce set the following propertiesglide.i18n.single_currency.code=USD, com.glide.financial_management.currency_code=AUD2. Create a project record and using the Project Currency view, set the project's currency to GBP3. Create a Cost Plan for the project with an amount of 90,000 GBP4. Create an Expense Line for the project referencing the Cost Plan created above. Set the amount to 30,000 GBP. Set the Expense line to Processed5. Go back to the Cost Plan and look at the value of the "Total actual cost in project currency" field. Instead of being 30,000 GBP it is ~21,000WorkaroundIn 'Update actual cost in project currency' Business Rule, add the following line: (New line of code before the 'functionCurrency' variable) if(current.actual_cost_project_currency.changes()){return}Related Problem: PRB1435755