mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
fix: import frappe._ in lms.py
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user