bug: added empty class for sms settings

This commit is contained in:
Rushabh Mehta 2014-06-05 18:15:00 +05:30
parent ba83e9cfbe
commit 0739937fa2

View File

@ -7,6 +7,11 @@ import frappe, json
from frappe import _, throw, msgprint
from frappe.utils import cstr, nowdate
from frappe.model.document import Document
class SMSSettings(Document):
pass
def validate_receiver_nos(receiver_list):
validated_receiver_list = []
for d in receiver_list: