updated sync

This commit is contained in:
Rushabh Mehta
2013-03-05 14:12:34 +05:30
parent 9bba9ed4d2
commit 5640a69e78
5 changed files with 36 additions and 36 deletions

View File

@@ -204,5 +204,6 @@ patch_list = [
"patches.march_2013.update_po_prevdoc_doctype",
"patches.february_2013.p09_timesheets",
"execute:(not webnotes.conn.exists('UOM', 'Hour')) and webnotes.doc({'uom_name': 'Hour', 'doctype': 'UOM', 'name': 'Hour'}).insert()",
"patches.march_2013.p01_c_form"
"patches.march_2013.p01_c_form",
"execute:webnotes.conn.sql('update tabDocPerm set `submit`=1, `cancel`=1, `amend`=1 where parent=\"Time Log\"')"
]