added Time Log

This commit is contained in:
Rushabh Mehta
2013-02-26 16:36:41 +05:30
parent 29786e38df
commit ed19666e1b
32 changed files with 185 additions and 170 deletions

View File

@@ -199,4 +199,5 @@ patch_list = [
'execute:webnotes.reload_doc("accounts", "Print Format", "Sales Invoice Classic") # 2013-02-26',
'execute:webnotes.reload_doc("accounts", "Print Format", "Sales Invoice Modern") # 2013-02-26',
'execute:webnotes.reload_doc("accounts", "Print Format", "Sales Invoice Spartan") # 2013-02-26',
"execute:(not webnotes.conn.exists('Role', 'Projects Manager')) and webnotes.doc({'doctype':'Role', 'role_name':'Projects Manager'}).insert()",
]