remove patch to add hra fields (#14552)
This commit is contained in:
parent
6cca03195f
commit
5f7c7bfc78
@ -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.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
|
||||
|
@ -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()
|
Loading…
Reference in New Issue
Block a user