Skip to content

Commit

Permalink
remove TRAX reporting flag from batch school select
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck committed Dec 16, 2024
1 parent 68ed288 commit 75b54fa
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@
<strong>School Category:</strong>
{{ item.info.schoolCategoryCode }}
</div>
<div>
<strong>TRAX reporting</strong>
<!-- TODO -->
<strong style="color: red">
Not provided with institute info</strong
>
<!-- {{ item.info.traxReporting }} -->
</div>
</template>
<template #bottom> </template>
</v-data-table>
Expand Down Expand Up @@ -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, {
Expand Down

0 comments on commit 75b54fa

Please sign in to comment.