mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
Merge pull request #40 from tobrahma/master
BOM List item_code changed to item
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 338
|
last_patch = 339
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@@ -1405,3 +1405,5 @@ def execute(patch_no):
|
|||||||
# update name of questions page
|
# update name of questions page
|
||||||
sql("update tabPage set name='questions' where name='Questions'")
|
sql("update tabPage set name='questions' where name='Questions'")
|
||||||
sql("update tabPage set name='question-view' where name='Question View'")
|
sql("update tabPage set name='question-view' where name='Question View'")
|
||||||
|
elif patch_no == 339
|
||||||
|
reload_doc('production','doctype','bill_of_materials')
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
'section_style': 'Tabbed',
|
'section_style': 'Tabbed',
|
||||||
'server_code_error': ' ',
|
'server_code_error': ' ',
|
||||||
'show_in_menu': 0,
|
'show_in_menu': 0,
|
||||||
'subject': '%(item_code)s',
|
'subject': '%(item)s',
|
||||||
'version': 170
|
'version': 170
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user