added about us page and settings

This commit is contained in:
Rushabh Mehta
2012-12-27 16:50:24 +05:30
33 changed files with 571 additions and 316 deletions

View File

@@ -0,0 +1,3 @@
import webnotes
def execute():
webnotes.delete_doc("Print Format", "Form 16A Print Format")

View File

@@ -8,5 +8,5 @@ def execute():
set use_multi_level_bom = if(consider_sa_items_as_raw_materials='Yes', 0, 1)""")
webnotes.conn.sql("""update `tabProduction Order`
set use_multi_level_bom = if(consider_sa_items_as_raw_materials='Yes', 0, 1)
set use_multi_level_bom = if(consider_sa_items='Yes', 0, 1)
where use_multi_level_bom is null""")

View File

@@ -560,6 +560,10 @@ patch_list = [
},
{
'patch_module': 'patches.december_2012',
<<<<<<< HEAD
'patch_file': 'address_title',
=======
'patch_file': 'delete_form16_print_format',
>>>>>>> a85b2e4ee349c544acb7a1949351e9a7c70f7b7c
},
]