Mercurial > p > roundup > code
diff roundup/templates/extended/html/issue.item @ 151:a60e0543b68d
Should've been supportcall
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 30 Jul 2001 02:35:28 +0000 |
| parents | 236f0cf98843 |
| children | deba609c1583 |
line wrap: on
line diff
--- a/roundup/templates/extended/html/issue.item Mon Jul 30 01:47:28 2001 +0000 +++ b/roundup/templates/extended/html/issue.item Mon Jul 30 02:35:28 2001 +0000 @@ -1,4 +1,4 @@ -<!-- $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 $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -44,7 +44,7 @@ <td width=1% nowrap align=right><span class="form-label">Superseder</span></td> <td class="form-text"><display call="field('superseder', size=40, showid=1)"></td> <td width=1% nowrap align=right><span class="form-label">Support call</span></td> - <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> </tr> <tr bgcolor="ffffea">
