commit | f668f97a6f8f30aa31120e0ca45d8a4c9cc919c4 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Mon Aug 26 19:51:24 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Aug 26 19:51:24 2013 +0530 |
tree | 0ce0679e67641c866c0f0ea7f9c084382302b221 | |
parent | c6601cb32df503bc3fc8e6144557ca4e7d2b9b55 [diff] |
[minor] [demo]
diff --git a/utilities/demo/make_erpnext_demo.py b/utilities/demo/make_erpnext_demo.py index f3e7f3e..16d57bb 100644 --- a/utilities/demo/make_erpnext_demo.py +++ b/utilities/demo/make_erpnext_demo.py
@@ -76,6 +76,9 @@ s.doc.script_type = "Server" with open(os.path.join(os.path.dirname(__file__), "demo_control_panel.py"), "r") as dfile: s.doc.script = dfile.read() + s.insert() + + webnotes.conn.commit() if __name__=="__main__": # webnotes.connect()