Skip to content

Commit b25d409

Browse files
consertada ordem das unidades
1 parent 4bc488f commit b25d409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/views/forms/EnrollmentGradesReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class="table table-bordered report-table-empty">
145145
$conceptUnities = false;
146146
for ($i = 1; $i <= count($unities); $i++) { ?>
147147
<tr>
148-
<td><?= strtoupper($unities[$i - 1]->name) ."" . $i ?></td>
148+
<td><?= strtoupper($unities[$i - 1]->name) ?></td>
149149
<?php
150150
$gradeResultFaults = 0;
151151
if ($unities[$i - 1]->type == 'UC') {

0 commit comments

Comments
 (0)