feat: gst fields in class student

This commit is contained in:
Jannat Patel
2023-08-23 13:00:54 +05:30
parent 04ed7f412f
commit 47c19b4e3d
11 changed files with 175 additions and 58 deletions

View File

@@ -987,5 +987,5 @@ def add_student_to_class(address, response, classname, client):
return f"/classes/{classname}"
except Exception as e:
frappe.throw(
_("Error during payment: {0}. Please contact the Administrator.").format(e)
_("Error during payment: {0} Please contact the Administrator.").format(e)
)