page_break column allow_on_submit
diff --git a/erpnext/patches/patch.py b/erpnext/patches/patch.py
index 319b051..093a576 100644
--- a/erpnext/patches/patch.py
+++ b/erpnext/patches/patch.py
@@ -1,7 +1,7 @@
 # REMEMBER to update this
 # ========================
 
-last_patch = 385
+last_patch = 386
 
 #-------------------------------------------
 
@@ -457,3 +457,5 @@
 	elif patch_no == 385:
 		# Patch for adding packing related columns (packed by, checked by, shipping mark etc)
 		reload_doc('stock','doctype','delivery_note')
+	elif patch_no == 386:
+		sql("update `tabDocField` set allow_on_submit = 1 where fieldname = 'page_break'")