From c19bd88a8ee9dbc17c7a7906d31f96d89d0e0b85 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 7 Apr 2022 14:42:05 +0530 Subject: [PATCH] fix: added post_model_sync in patches.txt --- lms/patches.txt | 2 ++ lms/www/courses/course.js | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lms/patches.txt b/lms/patches.txt index 6a08bbf4..7e92309e 100644 --- a/lms/patches.txt +++ b/lms/patches.txt @@ -26,5 +26,7 @@ school.patches.v0_0.set_course_in_lesson #21-03-2022 school.patches.v0_0.set_status_in_course #21-03-2022 lms.patches.v0_0.change_published_field_data #25-03-2022 execute:frappe.delete_doc("Workspace", "School", ignore_missing=True, force=True) + +[post_model_sync] lms.patches.v0_0.certification_member_field_data #04-04-2022 lms.patches.v0_0.move_certification_to_certificate diff --git a/lms/www/courses/course.js b/lms/www/courses/course.js index 90a08f39..bed20644 100644 --- a/lms/www/courses/course.js +++ b/lms/www/courses/course.js @@ -307,5 +307,4 @@ const display_slots = (e) => { } else { $("#no-slots-message").removeClass("hide"); } -} -; +};