Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 5f4460d

Browse files
committed
fix: after sort pagination missing
1 parent 825b573 commit 5f4460d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@
489489
<c:if test="${isReskin}">
490490
<div class="payment-list">
491491
<c:forEach items="${payments}" var="paymentItem">
492+
<c:set var="typeId" value="${paymentItem.paymentType}" />
492493
<div class="payment-list-item">
493494
<div class="row description">
494495
<div class="col col-label">Description</div>

0 commit comments

Comments
 (0)