mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 19:18:32 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
erpnext.updates = [
|
||||
["28st January, 2013", [
|
||||
"List Views are now configurable: To set list views, check 'In List View' in Setup > Customize Form View in the fields table.",
|
||||
]],
|
||||
["24st January, 2013", [
|
||||
"Integrated Languages in Profile and via browser settings. To set your language, click on your name in the toolbar then 'My Settings...'",
|
||||
]],
|
||||
["21st January, 2013", [
|
||||
"Number Formatting: Added Number Format to Global Defaults & Currency",
|
||||
]],
|
||||
|
||||
4
patches/january_2013/tabsessions_to_myisam.py
Normal file
4
patches/january_2013/tabsessions_to_myisam.py
Normal file
@@ -0,0 +1,4 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.commit()
|
||||
webnotes.conn.sql("""alter table tabSessions engine=MyISAM""")
|
||||
@@ -159,4 +159,5 @@ patch_list = [
|
||||
"patches.january_2013.reload_print_format",
|
||||
"patches.january_2013.rebuild_tree",
|
||||
"execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28",
|
||||
"patches.january_2013.tabsessions_to_myisam",
|
||||
]
|
||||
Reference in New Issue
Block a user