Update rename_salary_components.py
diff --git a/erpnext/patches/v7_0/rename_salary_components.py b/erpnext/patches/v7_0/rename_salary_components.py
index 3b57ef9..ecf2faf 100644
--- a/erpnext/patches/v7_0/rename_salary_components.py
+++ b/erpnext/patches/v7_0/rename_salary_components.py
@@ -70,7 +70,7 @@
"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 @@
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)