Merge branch 'develop' of github.com:frappe/erpnext into develop

This commit is contained in:
Nabin Hait
2014-03-25 19:36:16 +05:30
2 changed files with 9 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ def import_charts():
"source_file": fname,
"country": country
}).insert()
print bean.doc.name
print bean.doc.name.encode("utf-8")
else:
print "No chart for: " + chart.get("name")
print "No chart for: " + chart.get("name").encode("utf-8")
frappe.db.commit()