Hello
On SugarCRM 7.6 we looking for a solution to remove the state field in all address fields (yellow marker)? Is this possible? I think i can do this on DetailView.tpl and de_DE.DetailView.tpl under (/include/SugarFields/Fields/Address) but i do that but nothing changes, i see the state field. I have also run the repair function, nothing.
Is this not the right way?
regards
Roger
Hello Rodi,
You need to override fieldset fieldtype and do your customization in to it below is the location of fieldset.
\clients\base\fields\fieldset\ copy the whole folder and Put it in to custom\clients\base\fields\fieldset\.
Thanks