Multi currency fields are shown on demand/project/program budget popups even when the multi currency plugin is not installedDescriptionMulti currency fields are shown on demand/project/program budget popups even when the multi currency plugin is not installedSteps to Reproduce 1. Install PPM Standard plugin (Do not install PPM Standard Multi currency plugin)2. Create a Project/Demand/Program3. Create user with it_portfolio_manager role and impersonate with the newly created user4. Open the created Project and click on Project Budget related link5. All the demand currency and project currency fields are shown on the popup even though multi currency plugin is not installed. <Budget_Popup.png>WorkaroundOpen UI Page 'entity_funding'Navigate to 'Client script' section (Line 101):Replace: var formURL = new GlideURL(url) ---With--- var formURL = new GlideURL();formURL.setFromCurrent(); Related Problem: PRB1478375