This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/com/topcoder/web/tc/view/pacts/internal Expand file tree Collapse file tree 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 />
209209 <td class =" headerC" ><a href =" <%= sessionInfo. getServletPath() % > ?<tc-webtag:sort column=" <% =PaymentList.CREATE_DATE_COL% >" includeParams="true"/>" >Created</a ></td >
210210 <td class =" headerC" ><a href =" <%= sessionInfo. getServletPath() % > ?<tc-webtag:sort column=" <% =PaymentList.MODIFY_DATE_COL% >" includeParams="true"/>" >Modified</a ></td >
211211 <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 >
212213 </tr >
213214 <% boolean even = true ; % >
214215 <c:forEach var =" payment" items =" ${ paymentList } " varStatus =" index" >
@@ -251,6 +252,7 @@ ${fn:length(paymentList)} records. <br />
251252 <td class =" valueC" ><c:out value =" ${ payment. createDate } " /> </td >
252253 <td class =" valueC" ><c:out value =" ${ payment. modifyDate } " /> </td >
253254 <td class =" valueC" ><c:out value =" ${ payment. paidDate } " /></td >
255+ <td class =" valueC" ><c:out value =" ${ payment. jiraIssueName } " /></td >
254256 </tr >
255257 <tc-webtag:errorIterator id =" err" name =" err_${ payment. id } " >
256258 <tr >
@@ -269,7 +271,7 @@ ${fn:length(paymentList)} records. <br />
269271 <td class =" header" colspan =" 7" ><b >Total Net Amount:</b >
270272 </td >
271273 <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 >
273275 </tr >
274276
275277 </table >
You can’t perform that action at this time.
0 commit comments