mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fix in supplier creation issue due to missing make_autoname import
This commit is contained in:
@@ -20,6 +20,7 @@ import webnotes
|
|||||||
from webnotes.utils import cstr, get_defaults
|
from webnotes.utils import cstr, get_defaults
|
||||||
from webnotes.model.code import get_obj
|
from webnotes.model.code import get_obj
|
||||||
from webnotes import msgprint
|
from webnotes import msgprint
|
||||||
|
from webnotes.model.doc import make_autoname
|
||||||
|
|
||||||
sql = webnotes.conn.sql
|
sql = webnotes.conn.sql
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user