Skip to content

Commit

Permalink
fix:Enrollment certificates missing data
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojNathIC committed Nov 28, 2024
1 parent f436a7d commit f350b2d
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions template/enrollmentCertificate.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,19 @@ <h2>Student Details</h2>
</tr>
<tr>
<th>Academic Year</th>
<td>{{academicYear}}</td>
<td>{{schoolYear}}</td>
</tr>
<tr>
<th>Class</th>
<td>{{class}}</td>
<td>{{gradeLevel}}</td>
</tr>
<tr>
<th>School Identifier</th>
<td>{{schoolId}}</td>
</tr>
<tr>
<th>School Unique Code</th>
<td>{{schoolUniqueCode}}</td>
<th>School Registration Number</th>
<td>{{schoolRegistrationNumber}}</td>
</tr>
<tr>
<th>School Address</th>
Expand All @@ -152,7 +152,7 @@ <h2>Issuing Authority</h2>
</tr>
<tr>
<th>Authority Name</th>
<td>{{authorityName}}</td>
<td>{{principalName}}</td>
</tr>
<tr>
<th>Designation</th>
Expand All @@ -167,10 +167,6 @@ <h2>Certificate Details</h2>
<th>Certificate Number</th>
<td>{{certificateNo}}</td>
</tr>
<tr>
<th>Certificate ID</th>
<td>{{certificateId}}</td>
</tr>
<tr>
<th>Issuance Date</th>
<td>{{issuanceDate}}</td>
Expand Down

0 comments on commit f350b2d

Please sign in to comment.