[patches] [fix] fixed an old patch
This commit is contained in:
parent
6e0e1c8fcc
commit
cae99dbf71
@ -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_date")
|
||||
|
||||
for dt in ("Purchase Request", "Purchase Request Item"):
|
||||
if webnotes.conn.exists("DocType", dt):
|
||||
webnotes.delete_doc("DocType", dt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user