Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Nabin Hait 2011-12-15 15:48:51 +05:30
commit 9a0d05d354

View File

@ -3,7 +3,7 @@ def execute():
remove control panel email settings if automail.webnotestech.com
"""
from webnotes.model.doc import Document
cp = Document('Control Panel')
cp = Document('Control Panel', 'Control Panel')
if cp:
if cp.outgoing_mail_server == 'mail.webnotestech.com':
cp.outgoing_mail_server = None;