chore: renamed lms certification to lms certificate

This commit is contained in:
Jannat Patel
2022-04-01 18:56:57 +05:30
parent e70c3ef939
commit ebfa49ed8e
14 changed files with 76 additions and 41 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ const create_certificate = (e) => {
e.preventDefault();
course = $(".title").attr("data-course");
frappe.call({
method: "lms.lms.doctype.lms_certification.lms_certification.create_certificate",
method: "lms.lms.doctype.lms_certificate.lms_certificate.create_certificate",
args: {
"course": course
},