From 690c2f5ffe6a82a88b24982b04d3d054a35bf7ea Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 8 Jul 2013 11:55:50 +0530 Subject: [PATCH] [patch] [fix] delete report --- patches/patch_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index 74eae984fe..812f641fcb 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -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')", ]