fix: changed naming for LMS Payment
This commit is contained in:
@@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"actions": [],
|
"actions": [],
|
||||||
"allow_rename": 1,
|
"allow_rename": 1,
|
||||||
"autoname": "format:PAY-{#####}",
|
|
||||||
"creation": "2023-08-24 17:46:52.065763",
|
"creation": "2023-08-24 17:46:52.065763",
|
||||||
"default_view": "List",
|
"default_view": "List",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"editable_grid": 1,
|
"editable_grid": 1,
|
||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"payment_for_document_type",
|
|
||||||
"member",
|
"member",
|
||||||
|
"billing_name",
|
||||||
"source",
|
"source",
|
||||||
"column_break_rqkd",
|
"column_break_rqkd",
|
||||||
|
"payment_for_document_type",
|
||||||
"payment_for_document",
|
"payment_for_document",
|
||||||
"billing_name",
|
|
||||||
"payment_received",
|
"payment_received",
|
||||||
"payment_details_section",
|
"payment_details_section",
|
||||||
"currency",
|
"currency",
|
||||||
@@ -141,11 +140,10 @@
|
|||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-10-31 15:33:39.420366",
|
"modified": "2025-02-11 14:48:27.801895",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "LMS Payment",
|
"name": "LMS Payment",
|
||||||
"naming_rule": "Expression",
|
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ def send_payment_reminder():
|
|||||||
|
|
||||||
|
|
||||||
def send_mail(payment):
|
def send_mail(payment):
|
||||||
subject = _(" Complete Your Enrollment - Don't miss out!")
|
subject = _("Complete Your Enrollment - Don't miss out!")
|
||||||
template = "payment_reminder"
|
template = "payment_reminder"
|
||||||
custom_template = frappe.db.get_single_value(
|
custom_template = frappe.db.get_single_value(
|
||||||
"LMS Settings", "payment_reminder_template"
|
"LMS Settings", "payment_reminder_template"
|
||||||
|
|||||||
Reference in New Issue
Block a user