fix: changed naming for LMS Payment

This commit is contained in:
Jannat Patel
2025-02-11 14:49:04 +05:30
parent f43331967c
commit 2ea73888f0
2 changed files with 4 additions and 6 deletions

View File

@@ -1,19 +1,18 @@
{
"actions": [],
"allow_rename": 1,
"autoname": "format:PAY-{#####}",
"creation": "2023-08-24 17:46:52.065763",
"default_view": "List",
"doctype": "DocType",
"editable_grid": 1,
"engine": "InnoDB",
"field_order": [
"payment_for_document_type",
"member",
"billing_name",
"source",
"column_break_rqkd",
"payment_for_document_type",
"payment_for_document",
"billing_name",
"payment_received",
"payment_details_section",
"currency",
@@ -141,11 +140,10 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-10-31 15:33:39.420366",
"modified": "2025-02-11 14:48:27.801895",
"modified_by": "Administrator",
"module": "LMS",
"name": "LMS Payment",
"naming_rule": "Expression",
"owner": "Administrator",
"permissions": [
{

View File

@@ -37,7 +37,7 @@ def send_payment_reminder():
def send_mail(payment):
subject = _(" Complete Your Enrollment - Don't miss out!")
subject = _("Complete Your Enrollment - Don't miss out!")
template = "payment_reminder"
custom_template = frappe.db.get_single_value(
"LMS Settings", "payment_reminder_template"