fix: replaced batch references

This commit is contained in:
Jannat Patel
2023-08-26 15:44:19 +05:30
parent 09dbe0fed7
commit c350ce1b60
9 changed files with 21 additions and 19 deletions

View File

@@ -51,7 +51,7 @@ frappe.ready(() => {
frappe.call({
"method": "lms.lms.doctype.lms_batch_membership.lms_batch_membership.create_membership",
"args": {
"batch": {{ batch.name }},
"batch_old": {{ batch.name }},
"course": {{ batch.course }}
},
"callback": (data) => {