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