Merge pull request #63 from nabinhait/master

developer email id correction
diff --git a/patches/patch.py b/patches/patch.py
index 38b853a..6bb134f 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1,6 +1,7 @@
 # REMEMBER to update this
 # ========================
 
+
 last_patch = 351
 
 #-------------------------------------------
@@ -252,6 +253,8 @@
 	elif patch_no == 344:
 		sql("delete from `tabDocFormat` where ifnull(format, '') = '' and parent = 'Delivery Note'")
 	elif patch_no == 345:
+		# rerun 343 (merge confict)
+		reload_doc('stock','doctype','item_customer_detail')
 		sql("delete from `tabModule Def Item` where display_name = 'Salary Slip Control Panel' and parent = 'HR'")
 		reload_doc('hr','Module Def','HR')
 	elif patch_no == 346: