style: fix spacing
This commit is contained in:
@@ -1724,10 +1724,11 @@ def enroll_in_batch(batch, payment_name=None):
|
||||
payment = frappe.db.get_value(
|
||||
"LMS Payment", payment_name, ["name", "source"], as_dict=True
|
||||
)
|
||||
student.update({
|
||||
"payment": payment.name,
|
||||
"source": payment.source,
|
||||
})
|
||||
|
||||
student.update(
|
||||
{
|
||||
"payment": payment.name,
|
||||
"source": payment.source,
|
||||
}
|
||||
)
|
||||
|
||||
student.save(ignore_permissions=True)
|
||||
|
||||
Reference in New Issue
Block a user