Cannot delete duplicated field tax_id

Hello,

Since tax_id is now a default field in the sales invoice, orders and etc, my field created before as tax_id is now duplicated and I cant delete it because it gives an error saying that I have duplicated field.

Anybody know some way that I can delete it?

https://github.com/frappe/erpnext/issues/8267

Backup the data using CSV or any other method, then let the new field be added and after that restore the data from your backup file into the new column or use data import tool to update the data in tax_id column

hello @Pawan

I’m not concerned about the data stored in the old field, since is the same data in the new field, but the issue is that after the update I ended up with two fields with the same name

fields 9 and 20

This happens when I try to delete

Now I cant personalize any form that I have the field before, and there is a lot of other fixtures. I just need to delete this field.