page_break column allow_on_submit
This commit is contained in:
parent
db3728955b
commit
89a9a26524
@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 385
|
last_patch = 386
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@ -457,3 +457,5 @@ def execute(patch_no):
|
|||||||
elif patch_no == 385:
|
elif patch_no == 385:
|
||||||
# Patch for adding packing related columns (packed by, checked by, shipping mark etc)
|
# Patch for adding packing related columns (packed by, checked by, shipping mark etc)
|
||||||
reload_doc('stock','doctype','delivery_note')
|
reload_doc('stock','doctype','delivery_note')
|
||||||
|
elif patch_no == 386:
|
||||||
|
sql("update `tabDocField` set allow_on_submit = 1 where fieldname = 'page_break'")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user