Browse Source

Merge branch 'stable'

develop
Anand Doshi 13 years ago
parent
commit
ad2f5d1270
  1. 6
      erpnext/patches/jan_mar_2012/allocated_to_profile.py

6
erpnext/patches/jan_mar_2012/allocated_to_profile.py

@ -10,5 +10,11 @@ def execute():
WHERE fieldname='allocated_to'
""")
webnotes.conn.sql("""
DELETE from `tabDocField`
WHERE parent='Customer Issue'
AND label='Make Maintenance Visit'
""")
from webnotes.modules.module_manager import reload_doc
reload_doc('support', 'doctype', 'customer_issue')

Loading…
Cancel
Save