fixes in cform

This commit is contained in:
Anand Doshi
2013-03-04 17:48:31 +05:30
parent 986d48b424
commit 9bba9ed4d2
3 changed files with 22 additions and 6 deletions

View File

@@ -204,4 +204,5 @@ 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"
]