From 3c572d74688329cee6ee00284e66c0e4538c0811 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 24 Jan 2012 10:55:04 +0530 Subject: [PATCH] change patch file in patch list customer address contact patch --- erpnext/patches/patch_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index c0c7d1ecea..edce3c3d69 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py @@ -37,7 +37,7 @@ patch_list = [ }, { 'patch_module': 'patches.jan_mar_2012', - 'patch_file': 'customer_address_contact', + 'patch_file': 'customer_address_contact_patch', 'description': "Install Customer Address Contact report and run patches regarding primary address and contact" }, ]