We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc488f commit b25d409Copy full SHA for b25d409
themes/default/views/forms/EnrollmentGradesReport.php
@@ -145,7 +145,7 @@ class="table table-bordered report-table-empty">
145
$conceptUnities = false;
146
for ($i = 1; $i <= count($unities); $i++) { ?>
147
<tr>
148
- <td><?= strtoupper($unities[$i - 1]->name) ."" . $i ?></td>
+ <td><?= strtoupper($unities[$i - 1]->name) ?></td>
149
<?php
150
$gradeResultFaults = 0;
151
if ($unities[$i - 1]->type == 'UC') {
0 commit comments