mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
model_wrapper is now bean, refactoring defaults
This commit is contained in:
@@ -20,7 +20,7 @@ import time, datetime
|
||||
|
||||
from webnotes.utils import cint, cstr, getdate, now, nowdate
|
||||
from webnotes.model import db_exists
|
||||
from webnotes.model.wrapper import getlist, copy_doclist
|
||||
from webnotes.model.bean import getlist, copy_doclist
|
||||
from webnotes import msgprint
|
||||
|
||||
sql = webnotes.conn.sql
|
||||
|
||||
Reference in New Issue
Block a user