Skip to content

Commit 1307cbc

Browse files
committed
🔧 fix(Contribution to indicators): Update total columns order in popup table for 2.3 indicator
1 parent 90d16bf commit 1307cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marlo-web/src/main/webapp/WEB-INF/crp/views/projects/projectContributionCrp.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1313,8 +1313,8 @@
13131313
<th id="tb-footer" class="text-center">[@utils.tableText value=(totalOwnAfricans)!"" /]</th>
13141314
<th id="tb-footer" class="text-center">[@utils.tableText value=(totalOwnYouth)!"" /]</th>
13151315
<th id="tb-footer" class="text-center">[@utils.tableText value=(totalParticipants)!"" /]</th>
1316-
<th id="tb-footer" class="text-center">[@utils.tableText value=(totalAfricans)!"" /]</th>
13171316
<th id="tb-footer" class="text-center">[@utils.tableText value=(totalFemales)!"" /]</th>
1317+
<th id="tb-footer" class="text-center">[@utils.tableText value=(totalAfricans)!"" /]</th>
13181318
<th id="tb-footer" class="text-center">[@utils.tableText value=(totalYouth)!"" /]</th>
13191319
</tr>
13201320
[#else]

0 commit comments

Comments
 (0)