remove patch to add hra fields (#14552)

This commit is contained in:
Ranjith Kurungadam 2018-06-18 15:43:45 +05:30 committed by Nabin Hait
parent 6cca03195f
commit 5f7c7bfc78
2 changed files with 0 additions and 7 deletions

View File

@ -549,5 +549,4 @@ erpnext.patches.v11_0.rename_members_with_naming_series #04-06-2018
erpnext.patches.v11_0.set_update_field_and_value_in_workflow_state 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_total_qty_field
erpnext.patches.v11_0.update_sales_partner_type 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 erpnext.patches.v11_0.rename_asset_adjustment_doctype

View File

@ -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()