reload
diff --git a/patches/patch.py b/patches/patch.py
index e19e52f..1120fc6 100644
--- a/patches/patch.py
+++ b/patches/patch.py
@@ -1176,5 +1176,6 @@
 	elif patch_no == 295:
 		sql("update `tabDocField` set options = 'Delivered\nNot Delivered\nPartly Delivered\nClosed\nNot Applicable' where parent = 'Sales Order' and fieldname = 'delivery_status'")
 		sql("update `tabDocField` set options = 'Billed\nNot Billed\nPartly Billed\nClosed' where parent = 'Sales Order' and fieldname = 'billing_status'")
+	elif patch_no == 296:
 		sql("delete from tabDocField where parent='Support Ticket' and fieldname='contact_no'")
 		reload_doc('maintenance', 'doctype', 'support_ticket')