commit | c674e43885bffde3752872392fd48a016487ff4c | [log] [tgz] |
---|---|---|
author | Ravi Dey <ravi@iwebnotes.com> | Wed Jun 29 18:15:12 2011 +0530 |
committer | Ravi Dey <ravi@iwebnotes.com> | Wed Jun 29 18:15:12 2011 +0530 |
tree | 7c8154ff77e88d684ee2cba5ec4d870b55dfa901 | |
parent | 27c5b4075f2287095a3bd3e1909eec17fd0ce4c0 [diff] |
company reload_doc delete docfield trashcompany button
diff --git a/patches/patch.py b/patches/patch.py index 3db4dc6..c6f41c7 100644 --- a/patches/patch.py +++ b/patches/patch.py
@@ -1203,4 +1203,5 @@ elif patch_no == 303: pass elif patch_no == 304: - reload_doc('setup', 'doctype', 'company') + sql("delete from `tabDocField` where parent = 'company' and label = 'Trash Company' and fieldtype = 'button'") + reload_doc('setup', 'doctype', 'company')