mirror of
https://github.com/frappe/lms.git
synced 2026-04-24 09:28:07 +03:00
chore: fixed typing for non mandatory fields of certificate
This commit is contained in:
+4
-4
@@ -663,12 +663,12 @@ def save_evaluation_details(
|
||||
@frappe.whitelist()
|
||||
def save_certificate_details(
|
||||
member: str,
|
||||
course: str,
|
||||
batch_name: str,
|
||||
evaluator: str,
|
||||
issue_date: str,
|
||||
expiry_date: str,
|
||||
template: str,
|
||||
course: str = None,
|
||||
batch_name: str = None,
|
||||
evaluator: str = None,
|
||||
expiry_date: str = None,
|
||||
published: bool = True,
|
||||
):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user