diff --git a/frontend/src/components/Batch/Forms/FormInputs/SchoolInput.vue b/frontend/src/components/Batch/Forms/FormInputs/SchoolInput.vue
index 63fea133..d8685c96 100644
--- a/frontend/src/components/Batch/Forms/FormInputs/SchoolInput.vue
+++ b/frontend/src/components/Batch/Forms/FormInputs/SchoolInput.vue
@@ -69,14 +69,6 @@
School Category:
{{ item.info.schoolCategoryCode }}
-
- TRAX reporting
-
-
- Not provided with institute info
-
-
@@ -190,7 +182,6 @@ export default {
canIssueTranscripts: schoolInfo.data.canIssueTranscripts,
canIssueCertificates: schoolInfo.data.canIssueCertificates,
schoolCategoryCode: schoolInfo.data.schoolCategoryCode,
- traxReporting: schoolInfo.data.reportingFlag,
};
this.mincode = schoolInfo.data.mincode; //set mincode to add to batch request here since schoolId is now the v-model
this.schools.splice(0, 0, {