remove patch to add hra fields (#14552)

diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index e036228..0f23286 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -549,5 +549,4 @@
 erpnext.patches.v11_0.set_update_field_and_value_in_workflow_state
 erpnext.patches.v11_0.update_total_qty_field
 erpnext.patches.v11_0.update_sales_partner_type
-erpnext.patches.v11_0.add_hra_fields_for_india
 erpnext.patches.v11_0.rename_asset_adjustment_doctype
diff --git a/erpnext/patches/v11_0/add_hra_fields_for_india.py b/erpnext/patches/v11_0/add_hra_fields_for_india.py
deleted file mode 100644
index f511036..0000000
--- a/erpnext/patches/v11_0/add_hra_fields_for_india.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import frappe
-from erpnext.regional.india.setup import make_custom_fields
-
-def execute():
-	if frappe.db.exists("Company", {"country": "India"}):
-		make_custom_fields()