fix: import frappe._ in lms.py

This commit is contained in:
scmmishra 2019-04-22 18:55:19 +05:30
parent 68b3203366
commit 936f36ccda

View File

@ -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()