removed calendar and fix

This commit is contained in:
Rushabh Mehta
2013-02-16 10:44:51 +05:30
parent e51b5e3643
commit bf4ef36341
5 changed files with 2 additions and 268 deletions

View File

@@ -169,5 +169,6 @@ patch_list = [
"patches.february_2013.update_company_in_leave_application",
"execute:webnotes.conn.sql_ddl('alter table tabSeries change `name` `name` varchar(100)')",
"execute:webnotes.conn.sql('update tabUserRole set parentfield=\"user_roles\" where parentfield=\"userroles\"')",
"patches.february_2013.fix_outstanding"
"patches.february_2013.fix_outstanding",
"execute:webnotes.delete_doc('Page', 'Calendar')"
]