some file checked out from master

This commit is contained in:
Nabin Hait
2011-09-09 13:13:06 +05:30
parent 4303218771
commit 00be94860b
5 changed files with 13 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# REMEMBER to update this
# ========================
last_patch = 355
last_patch = 356
#-------------------------------------------
@@ -298,3 +298,5 @@ def execute(patch_no):
reload_doc('stock', 'doctype', 'delivery_note_detail')
elif patch_no == 355:
sql("update `tabDocField` set print_hide =1 where fieldname in ('pack_no', 'pack_gross_wt', 'weight_uom', 'pack_nett_wt') and parent = 'Delivery Note Detail'")
elif patch_no == 356:
sql("update `tabDocField` set print_hide =1 where fieldname = 'print_packing_slip' and parent = 'Delivery Note'")