mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
no copy for naming_series fld
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
last_patch = 301
|
last_patch = 302
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@@ -1198,3 +1198,5 @@ def execute(patch_no):
|
|||||||
elif patch_no == 301:
|
elif patch_no == 301:
|
||||||
from patches.delivery_billing_status_patch import run_patch
|
from patches.delivery_billing_status_patch import run_patch
|
||||||
run_patch()
|
run_patch()
|
||||||
|
elif patch_no == 302:
|
||||||
|
sql("update `tabDocField` set no_copy = 1 where fieldname = 'naming_series'")
|
||||||
|
|||||||
Reference in New Issue
Block a user