commit | f121b5195171b0cec52afd74a3698b2661b0c682 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scm.mymail@gmail.com> | Wed Jun 05 19:43:51 2019 +0530 |
committer | Shivam Mishra <scm.mymail@gmail.com> | Wed Jun 05 19:43:51 2019 +0530 |
tree | c251de9554c7faa5b1e8e15e5e67938564eecfbd | |
parent | d69892abfa9baeeef39db1ec9eb304c62efbcf2f [diff] |
fix: import _ in porgram.py
diff --git a/erpnext/www/lms/program.py b/erpnext/www/lms/program.py index a92ec31..1fcb3d3 100644 --- a/erpnext/www/lms/program.py +++ b/erpnext/www/lms/program.py
@@ -1,6 +1,7 @@ from __future__ import unicode_literals import erpnext.education.utils as utils import frappe +from frappe import _ no_cache = 1