diff --git a/erpnext/patches/v7_0/rename_salary_components.py b/erpnext/patches/v7_0/rename_salary_components.py index 3b57ef953ba..ecf2faf34af 100644 --- a/erpnext/patches/v7_0/rename_salary_components.py +++ b/erpnext/patches/v7_0/rename_salary_components.py @@ -70,7 +70,7 @@ def execute(): "Earning Type": ["earning_name", "description"], } - standard_cols_de = standard_cols + ["_user_tags"] + standard_cols_de = standard_cols target_cols = standard_cols_de + ["salary_component", "description"] @@ -142,4 +142,4 @@ def update_property_setters_and_custom_fields(new_dt, dt_cols): for old_fieldname, new_fieldname in cols.items(): - update_property_setters(new_dt, old_fieldname, new_fieldname) \ No newline at end of file + update_property_setters(new_dt, old_fieldname, new_fieldname)