chore: resolved conflicts

This commit is contained in:
Jannat Patel
2025-12-24 15:54:55 +05:30

View File

@@ -44,6 +44,8 @@ class LMSBatchEnrollment(Document):
)
if not payment:
frappe.throw(_("Payment is required to enroll in this batch."))
else:
self.payment = payment
def validate_self_enrollment(self):
batch_details = frappe.db.get_value(