mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 02:28:30 +00:00
remove sql =
This commit is contained in:
@@ -7,7 +7,6 @@ import webnotes
|
||||
from webnotes import session, msgprint
|
||||
from webnotes.utils import today
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
|
||||
from utilities.transaction_base import TransactionBase
|
||||
|
||||
@@ -9,7 +9,6 @@ from webnotes.model.doc import addchild
|
||||
from webnotes.model.bean import getlist
|
||||
from webnotes import msgprint
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
|
||||
from utilities.transaction_base import TransactionBase, delete_events
|
||||
|
||||
@@ -8,7 +8,6 @@ from webnotes.utils import cstr
|
||||
from webnotes.model.bean import getlist
|
||||
from webnotes import msgprint
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
|
||||
from utilities.transaction_base import TransactionBase
|
||||
|
||||
Reference in New Issue
Block a user