mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
chore: remove unused Employee Transfer Property doctype
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.delete_doc("DocType", "Employee Transfer Property", ignore_missing=True)
|
||||
Reference in New Issue
Block a user