-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unused Employee Transfer Property doctype
- Loading branch information
1 parent
a3630cf
commit 3a58551
Showing
7 changed files
with
6 additions
and
179 deletions.
There are no files selected for viewing
Empty file.
8 changes: 0 additions & 8 deletions
8
erpnext/hr/doctype/employee_transfer_property/employee_transfer_property.js
This file was deleted.
Oops, something went wrong.
154 changes: 0 additions & 154 deletions
154
erpnext/hr/doctype/employee_transfer_property/employee_transfer_property.json
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
erpnext/hr/doctype/employee_transfer_property/employee_transfer_property.py
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
erpnext/hr/doctype/employee_transfer_property/test_employee_transfer_property.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
erpnext/patches/v14_0/delete_employee_transfer_property_doctype.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |