mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# REMEMBER to update this
|
||||
# ========================
|
||||
|
||||
last_patch = 341
|
||||
last_patch = 343
|
||||
|
||||
#-------------------------------------------
|
||||
|
||||
@@ -1421,3 +1421,7 @@ def execute(patch_no):
|
||||
ch = addchild(dt_obj.doc, 'formats', 'DocFormat', 1)
|
||||
ch.format = 'Delivery Note Packing List Wise'
|
||||
ch.save(1)
|
||||
elif patch_no == 342:
|
||||
sql("update `tabDocField` set permlevel = 0 where parent = 'Stock Entry Detail' and fieldname in ('s_warehouse', 't_warehouse', 'fg_item')")
|
||||
elif patch_no == 343:
|
||||
reload_doc('stock','doctype','item_customer_detail')
|
||||
|
||||
Reference in New Issue
Block a user