mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
aii fixes
This commit is contained in:
@@ -17,10 +17,8 @@
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
from webnotes.utils import cint, cstr, flt, now, nowdate
|
||||
from webnotes.model import db_exists
|
||||
from webnotes.utils import cint, cstr, flt, nowdate
|
||||
from webnotes.model.doc import Document
|
||||
from webnotes.model.bean import copy_doclist
|
||||
from webnotes.model.code import get_obj
|
||||
from webnotes import msgprint
|
||||
|
||||
@@ -49,7 +47,7 @@ class DocType:
|
||||
emp_query = "select name from `tabEmployee` "
|
||||
if flag == 1:
|
||||
emp_query += condition
|
||||
e = sql(emp_query, debug=1)
|
||||
e = sql(emp_query)
|
||||
return e
|
||||
|
||||
# ----------------
|
||||
|
||||
Reference in New Issue
Block a user