Move frappe field renames to frappe
diff --git a/erpnext/patches/v5_0/rename_table_fieldnames.py b/erpnext/patches/v5_0/rename_table_fieldnames.py
index 499ef0c..640d678 100644
--- a/erpnext/patches/v5_0/rename_table_fieldnames.py
+++ b/erpnext/patches/v5_0/rename_table_fieldnames.py
@@ -92,21 +92,12 @@
"C-Form": [
["invoice_details", "invoices"]
],
- "Customize Form": [
- ["customize_form_fields", "fields"]
- ],
- "Email Alert": [
- ["email_alert_recipients", "recipients"]
- ],
"Employee": [
["employee_leave_approvers", "leave_approvers"],
["educational_qualification_details", "education"],
["previous_experience_details", "external_work_history"],
["experience_in_company_details", "internal_work_history"]
],
- "Event": [
- ["event_roles", "roles"]
- ],
"Expense Claim": [
["expense_voucher_details", "expenses"]
],
@@ -201,10 +192,6 @@
"Time Log Batch": [
["time_log_batch_details", "time_logs"]
],
- "Workflow": [
- ["workflow_document_states", "states"],
- ["workflow_transitions", "transitions"]
- ],
"Workstation": [
["workstation_operation_hours", "working_hours"]
],