patch merged

This commit is contained in:
Brahma K 2011-08-23 18:41:25 +05:30
commit b25ed70775

View File

@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
last_patch = 342
last_patch = 343
#-------------------------------------------
@ -1422,4 +1422,6 @@ def execute(patch_no):
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')