mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
added about us page and settings
This commit is contained in:
3
patches/december_2012/delete_form16_print_format.py
Normal file
3
patches/december_2012/delete_form16_print_format.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.delete_doc("Print Format", "Form 16A Print Format")
|
||||
@@ -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""")
|
||||
|
||||
@@ -560,6 +560,10 @@ patch_list = [
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.december_2012',
|
||||
<<<<<<< HEAD
|
||||
'patch_file': 'address_title',
|
||||
=======
|
||||
'patch_file': 'delete_form16_print_format',
|
||||
>>>>>>> a85b2e4ee349c544acb7a1949351e9a7c70f7b7c
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user