commit | 936f36ccdaa5259a4d38a7a1aa220fe887cfeb7b | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Mon Apr 22 18:55:19 2019 +0530 |
committer | scmmishra <scm.mymail@gmail.com> | Mon Apr 22 18:55:19 2019 +0530 |
tree | 050e462aabf8b012ce6b53c5ffdfb980e878f5b7 | |
parent | 68b3203366e8fe62b4d81268d382b2bc6461b1f0 [diff] |
fix: import `frappe._` in lms.py
diff --git a/erpnext/www/lms.py b/erpnext/www/lms.py index a945361..7561d73 100644 --- a/erpnext/www/lms.py +++ b/erpnext/www/lms.py
@@ -1,6 +1,7 @@ from __future__ import unicode_literals import erpnext.education.utils as utils import frappe +from frappe import _ # LMS Utils to Update State for Vue Store @frappe.whitelist()