Merge branch 'stable'
diff --git a/patches/patch.py b/patches/patch.py
index cf9774b..e815865 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -251,6 +251,8 @@
 		reload_doc('stock','doctype','item_customer_detail')
 	elif patch_no == 344:
 		sql("delete from `tabDocFormat` where ifnull(format, '') = '' and parent = 'Delivery Note'")
+		reload_doc('stock', 'doctype', 'delivery_note_detail')
+		reload_doc('stock', 'doctype', 'item_customer_detail')
 	elif patch_no == 345:
 		# rerun 343 (merge confict)
 		reload_doc('stock','doctype','item_customer_detail')