mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
[patches] [fix] fixed an old patch
This commit is contained in:
@@ -23,3 +23,7 @@ def execute():
|
|||||||
os.system("rm -rf app/hr/doctype/holiday_block_list_allow")
|
os.system("rm -rf app/hr/doctype/holiday_block_list_allow")
|
||||||
os.system("rm -rf app/hr/doctype/holiday_block_list_date")
|
os.system("rm -rf app/hr/doctype/holiday_block_list_date")
|
||||||
|
|
||||||
|
for dt in ("Purchase Request", "Purchase Request Item"):
|
||||||
|
if webnotes.conn.exists("DocType", dt):
|
||||||
|
webnotes.delete_doc("DocType", dt)
|
||||||
|
|
||||||
Reference in New Issue
Block a user