fix to sms control

This commit is contained in:
Rushabh Mehta 2011-07-25 14:09:15 +05:30
parent 1ae89948e5
commit f817672bb6

View File

@ -58,7 +58,7 @@ class DocType:
def connect_gateway(self):
"login to gateway"
from webnotes.utils.webservice import FrameworkServer
fw = FrameworkServer('www.erpnext.com', '/', '__system@webnotestech.com', 'password')
fw = FrameworkServer('www.erpnext.com', '/', '__system@webnotestech.com', 'password', https=1)
return fw
def get_sender_name(self):