bug: added empty class for sms settings
This commit is contained in:
parent
ba83e9cfbe
commit
0739937fa2
@ -7,6 +7,11 @@ import frappe, json
|
|||||||
from frappe import _, throw, msgprint
|
from frappe import _, throw, msgprint
|
||||||
from frappe.utils import cstr, nowdate
|
from frappe.utils import cstr, nowdate
|
||||||
|
|
||||||
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
class SMSSettings(Document):
|
||||||
|
pass
|
||||||
|
|
||||||
def validate_receiver_nos(receiver_list):
|
def validate_receiver_nos(receiver_list):
|
||||||
validated_receiver_list = []
|
validated_receiver_list = []
|
||||||
for d in receiver_list:
|
for d in receiver_list:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user