This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree 1 file changed +3
-1
lines changed
src/main/com/topcoder/web/tc/view/pacts/internal 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ ${fn:length(paymentList)} records. <br />
209
209
<td class =" headerC" ><a href =" <%= sessionInfo. getServletPath() % > ?<tc-webtag:sort column=" <% =PaymentList.CREATE_DATE_COL% >" includeParams="true"/>" >Created</a ></td >
210
210
<td class =" headerC" ><a href =" <%= sessionInfo. getServletPath() % > ?<tc-webtag:sort column=" <% =PaymentList.MODIFY_DATE_COL% >" includeParams="true"/>" >Modified</a ></td >
211
211
<td class =" headerC" ><a href =" <%= sessionInfo. getServletPath() % > ?<tc-webtag:sort column=" <% =PaymentList.PAID_DATE_COL% >" includeParams="true"/>" >Paid</a ></td >
212
+ <td class =" headerC" ><a href =" #" >V5 ID</a ></td >
212
213
</tr >
213
214
<% boolean even = true ; % >
214
215
<c:forEach var =" payment" items =" ${ paymentList } " varStatus =" index" >
@@ -251,6 +252,7 @@ ${fn:length(paymentList)} records. <br />
251
252
<td class =" valueC" ><c:out value =" ${ payment. createDate } " /> </td >
252
253
<td class =" valueC" ><c:out value =" ${ payment. modifyDate } " /> </td >
253
254
<td class =" valueC" ><c:out value =" ${ payment. paidDate } " /></td >
255
+ <td class =" valueC" ><c:out value =" ${ payment. jiraIssueName } " /></td >
254
256
</tr >
255
257
<tc-webtag:errorIterator id =" err" name =" err_${ payment. id } " >
256
258
<tr >
@@ -269,7 +271,7 @@ ${fn:length(paymentList)} records. <br />
269
271
<td class =" header" colspan =" 7" ><b >Total Net Amount:</b >
270
272
</td >
271
273
<td class =" headerR" nowrap =" nowrap" >$<fmt:formatNumber value =" ${ totalNet } " pattern =" ###,###.00" /></td >
272
- <td class =" header" colspan =" 12 " >  ; </td >
274
+ <td class =" header" colspan =" 13 " >  ; </td >
273
275
</tr >
274
276
275
277
</table >
You can’t perform that action at this time.
0 commit comments