fixed patch
diff --git a/patches/patch.py b/patches/patch.py
index 5534848..f89ffc8 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -291,5 +291,5 @@
 			ch.format = 'Delivery Note Packing List Wise'
 			ch.save(1)
 	elif patch_no == 353:
-		reload_doc('doctype', 'core', 'doctype')
+		reload_doc('core', 'doctype', 'doctype')
 		sql("update `tabDocType` set default_print_format = 'Standard' where name = 'Delivery Note'")