fix: certificate template pathc

This commit is contained in:
Jannat Patel
2023-10-25 14:25:42 +05:30
parent c073d2201d
commit a6c2378b56
2 changed files with 2 additions and 1 deletions

View File

@@ -75,4 +75,4 @@ lms.patches.v1_0.create_student_role
lms.patches.v1_0.mark_confirmation_for_batch_students
lms.patches.v1_0.create_quiz_questions
lms.patches.v1_0.add_default_marks #16-10-2023
lms.patches.v1_0.add_certificate_template #25-10-2023
lms.patches.v1_0.add_certificate_template #26-10-2023

View File

@@ -2,6 +2,7 @@ import frappe
def execute():
frappe.reload_doc("lms", "doctype", "lms_certificate")
default_certificate_template = frappe.db.get_value(
"Property Setter",
{