From 4ec1a9e8f6668bd0e63fe371707ec000da32e9a1 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Mon, 30 Mar 2015 19:37:02 +0530 Subject: [PATCH] Move frappe field renames to frappe --- erpnext/patches/v5_0/rename_table_fieldnames.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/erpnext/patches/v5_0/rename_table_fieldnames.py b/erpnext/patches/v5_0/rename_table_fieldnames.py index 499ef0c868..640d67874f 100644 --- a/erpnext/patches/v5_0/rename_table_fieldnames.py +++ b/erpnext/patches/v5_0/rename_table_fieldnames.py @@ -92,21 +92,12 @@ rename_map = { "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 @@ rename_map = { "Time Log Batch": [ ["time_log_batch_details", "time_logs"] ], - "Workflow": [ - ["workflow_document_states", "states"], - ["workflow_transitions", "transitions"] - ], "Workstation": [ ["workstation_operation_hours", "working_hours"] ],