[patch] [fix] delete report

This commit is contained in:
Anand Doshi 2013-07-08 11:55:50 +05:30
parent 70eda07bcf
commit 690c2f5ffe

View File

@ -245,5 +245,5 @@ patch_list = [
"execute:webnotes.delete_doc('DocType', 'Update Delivery Date')",
"execute:webnotes.reload_doc('accounts', 'DocType Mapper', 'Purchase Order-Purchase Invoice') # 2013-07-04 3:00",
"execute:webnotes.reload_doc('accounts', 'DocType Mapper', 'Purchase Receipt-Purchase Invoice') # 2013-07-04 3:00",
"execute: webnotes.delete_doc('Report', 'Sales Orders Pending To Be Delivered')",
"execute:webnotes.delete_doc('Report', 'Sales Orders Pending To Be Delivered')",
]