Dimension disabled but still visible in transactions

Accounting Dimension “Country” stays visible in Sales/Purchase Invoice even after disabling

Hello,

I’m facing this issue in ERPNext v15:

  1. I enable “Country” as Accounting Dimension - it shows properly in Sales Invoice/Purchase Invoice forms
  2. When I disable “Country” from Accounting Dimensions list (checkbox ticked), it disappears from the list view
  3. But in NEW form entries, the Country field STILL appears and is selectable

Location dimension works perfectly

Expected: Disabled dimensions should be hidden from ALL form entries
Actual: Country field persists in new entries despite being disabled

my Question is :

  1. Is this by design or a bug?
  2. How to completely hide disabled dimension fields from forms?
  3. Any server-side config or custom script needed?

Thanks!

@Stark

It is working for me. You may need to refresh your browser page.

Frappe Framework: v15.93.0 (version-15)

ERPNext: v15.92.4 (version-15)

Thank you