fix: certificate design

This commit is contained in:
Jannat Patel
2022-04-05 21:13:21 +05:30
parent 208720545e
commit dcaccaca35
7 changed files with 92 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
import frappe
def execute():
old = frappe.get_all("LMS Certification", fields=["name", "course", "member", "student", "issue_date", "expiry_date"])
old = frappe.get_all("LMS Certification", fields=["name", "course", "student", "issue_date", "expiry_date"])
for data in old:
frappe.get_doc({
"doctype": "LMS Certificate",