refactored get_value and added backlink check in 'cancel'

This commit is contained in:
Rushabh Mehta
2013-03-04 15:34:45 +05:30
parent ba0e1ea194
commit f934a240ba
3 changed files with 9 additions and 7 deletions

View File

@@ -203,4 +203,5 @@ patch_list = [
"execute:(not webnotes.conn.exists('UOM', 'Hour')) and webnotes.doc({'uom_name': 'Unit', 'doctype': 'UOM', 'name': 'Hour'}).insert()",
"patches.february_2013.p09_remove_cancelled_warehouses",
"patches.march_2013.update_po_prevdoc_doctype",
"patches.february_2013.p09_timesheets",
]