Skip to content

Commit 524a9b3

Browse files
committed
/collection/{slug}/estimation: hide @todo comment.
Correction for 9287473 commit. Addressed to #884
1 parent 9287473 commit 524a9b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/webapp/WEB-INF/views/collection/estimation.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ <h3 class="text-center" th:text="#{t_collection_of(${ownerName})}">
115115
</tr>
116116
</tbody>
117117
<tfoot>
118-
<!--/*/
119-
@todo #884 /collection/{slug}/estimation: optimize summing of prices
120-
/*/-->
118+
<!--/* @todo #884 /collection/{slug}/estimation: optimize summing of prices */-->
121119
<tr class="info" th:with="totalRub=${#aggregates.sum(seriesOfCollection.?[price != null and currency.toString() == 'RUB'].![price])},totalUsd=${#aggregates.sum(seriesOfCollection.?[price != null and currency.toString() == 'USD'].![price])},totalEur=${#aggregates.sum(seriesOfCollection.?[price != null and currency.toString() == 'EUR'].![price])}">
122120
<th th:text="|#{t_total}:|">Total:</th>
123121
<th>

0 commit comments

Comments
 (0)