mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 06:28:29 +00:00
remove sql =
This commit is contained in:
@@ -10,8 +10,6 @@ from webnotes.model.doc import Document
|
||||
from webnotes import msgprint
|
||||
from webnotes.model.bean import getlist, copy_doclist
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
class DocType:
|
||||
def __init__(self, doc, doclist=[]):
|
||||
self.doc = doc
|
||||
@@ -119,4 +117,4 @@ class DocType:
|
||||
sl.message = arg['message']
|
||||
sl.no_of_requested_sms = len(arg['receiver_list'])
|
||||
sl.no_of_sent_sms = sent_sms
|
||||
sl.save(new=1)
|
||||
sl.save(new=1)
|
||||
|
||||
Reference in New Issue
Block a user