diff --git a/frontend/src/pages/Home/Home.vue b/frontend/src/pages/Home/Home.vue index eb2b6d2d..0304ff11 100644 --- a/frontend/src/pages/Home/Home.vue +++ b/frontend/src/pages/Home/Home.vue @@ -87,6 +87,9 @@ const identifyUserPersona = async () => { if (personaCaptured) return let courseCount = await call('frappe.client.get_count', { doctype: 'LMS Course', + filters: { + title: ['not like', '%A guide to Frappe Learning%'], + }, }) if (!courseCount) { router.push({ name: 'PersonaForm' }) diff --git a/lms/lms/doctype/lms_payment/lms_payment.json b/lms/lms/doctype/lms_payment/lms_payment.json index fc62daa4..1a346367 100644 --- a/lms/lms/doctype/lms_payment/lms_payment.json +++ b/lms/lms/doctype/lms_payment/lms_payment.json @@ -154,7 +154,8 @@ "fieldname": "source", "fieldtype": "Link", "label": "Source", - "options": "LMS Source" + "options": "LMS Source", + "reqd": 1 }, { "default": "0", @@ -202,8 +203,8 @@ "link_fieldname": "payment" } ], - "modified": "2026-02-03 10:54:12.361407", - "modified_by": "sayali@frappe.io", + "modified": "2026-03-06 17:38:02.235044", + "modified_by": "Administrator", "module": "LMS", "name": "LMS Payment", "owner": "Administrator", diff --git a/lms/lms/doctype/lms_settings/lms_settings.json b/lms/lms/doctype/lms_settings/lms_settings.json index 0d10260a..f77405f6 100644 --- a/lms/lms/doctype/lms_settings/lms_settings.json +++ b/lms/lms/doctype/lms_settings/lms_settings.json @@ -499,7 +499,7 @@ "issingle": 1, "links": [], "modified": "2026-03-05 13:57:56.303744", - "modified_by": "sayali@frappe.io", + "modified_by": "Administrator", "module": "LMS", "name": "LMS Settings", "owner": "Administrator",