added get_value
This commit is contained in:
parent
32485ecdc3
commit
a2c6349342
@ -23,6 +23,7 @@ from webnotes.model.wrapper import copy_doclist
|
||||
from webnotes import msgprint
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
get_value = webnotes.conn.get_value
|
||||
|
||||
class DocType:
|
||||
def __init__(self,d,dl):
|
||||
|
@ -24,7 +24,7 @@ from webnotes.model.wrapper import getlist, copy_doclist
|
||||
from webnotes.model.code import get_obj
|
||||
from webnotes import form, msgprint
|
||||
|
||||
|
||||
get_value = webnotes.conn.get_value
|
||||
|
||||
from utilities.transaction_base import TransactionBase
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user