commit | 28bc87fb8c0fc7abcd4c635f8619ef78bb2e6c8c | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Dec 06 14:55:36 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Dec 06 14:55:36 2012 +0530 |
tree | 59316b2120d2f98f1fa406b7f75d73091823163c | |
parent | ec61492c40bfe672ce1354d8a1a83860ceec052f [diff] |
fix in supplier creation issue due to missing make_autoname import
diff --git a/buying/doctype/supplier/supplier.py b/buying/doctype/supplier/supplier.py index c02284e..f8de83f 100644 --- a/buying/doctype/supplier/supplier.py +++ b/buying/doctype/supplier/supplier.py
@@ -20,6 +20,7 @@ from webnotes.utils import cstr, get_defaults from webnotes.model.code import get_obj from webnotes import msgprint +from webnotes.model.doc import make_autoname sql = webnotes.conn.sql