Skip to content

Commit

Permalink
fix: certificate template pathc
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Oct 25, 2023
1 parent c073d22 commit a6c2378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lms/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions lms/patches/v1_0/add_certificate_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


def execute():
frappe.reload_doc("lms", "doctype", "lms_certificate")
default_certificate_template = frappe.db.get_value(
"Property Setter",
{
Expand Down

0 comments on commit a6c2378

Please sign in to comment.