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

View File

@@ -197,7 +197,7 @@ const create_certificate = (e) => {
e.preventDefault();
course = $(e.currentTarget).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
},