mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
bug: added empty class for sms settings
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user