Skip to content

Commit

Permalink
chore: remove unused Employee Transfer Property doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Apr 22, 2022
1 parent a3630cf commit 3a58551
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 179 deletions.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions erpnext/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,4 @@ erpnext.patches.v13_0.remove_unknown_links_to_prod_plan_items # 24-03-2022
erpnext.patches.v13_0.update_expense_claim_status_for_paid_advances
erpnext.patches.v13_0.create_gst_custom_fields_in_quotation
erpnext.patches.v13_0.copy_custom_field_filters_to_website_item
erpnext.patches.v14_0.delete_employee_transfer_property_doctype
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import frappe


def execute():
frappe.delete_doc("DocType", "Employee Transfer Property", ignore_missing=True)

0 comments on commit 3a58551

Please sign in to comment.