commit | 8e1d4c20abc398120d2282cc8c1726e540827887 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Dec 06 10:26:11 2012 +0100 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Dec 06 10:26:11 2012 +0100 |
tree | 149533c41202c0f3d5261d37511b72f9c38f5298 | |
parent | 80246da8fba86cfd10239ce14dabcfae520b6740 [diff] | |
parent | 28bc87fb8c0fc7abcd4c635f8619ef78bb2e6c8c [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
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