We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18aee3c commit a437449Copy full SHA for a437449
roundup/templates/extended/html/issue.item
@@ -1,4 +1,4 @@
1
-<!-- $Id: issue.item,v 1.3 2001-07-30 01:47:28 richard Exp $-->
+<!-- $Id: issue.item,v 1.4 2001-07-30 02:35:28 richard Exp $-->
2
<table border=0 cellspacing=0 cellpadding=2>
3
4
<tr class="strong-header">
@@ -44,7 +44,7 @@
44
<td width=1% nowrap align=right><span class="form-label">Superseder</span></td>
45
<td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
46
<td width=1% nowrap align=right><span class="form-label">Support call</span></td>
47
- <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td>
+ <td class="form-text"><display call="field('supportcall', size=40, showid=1)"></td>
48
</tr>
49
50
<tr bgcolor="ffffea">
0 commit comments