diff options
| author | ivan <ivan> | 2004-11-11 12:13:50 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-11-11 12:13:50 +0000 |
| commit | c582e92888b4a5553e1b4e5214cf35217e4a0cf0 (patch) | |
| tree | 3fe7cd7bf22bd356b478f0de0dd8f0b140fcee23 /rt/html/Ticket/Elements/ShowSummary | |
| parent | 289340780927b5bac2c7604d7317c3063c6dd8cc (diff) | |
import rt 3.0.12
Diffstat (limited to 'rt/html/Ticket/Elements/ShowSummary')
| -rw-r--r-- | rt/html/Ticket/Elements/ShowSummary | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/html/Ticket/Elements/ShowSummary b/rt/html/Ticket/Elements/ShowSummary index 6ae875832..5bcc94b41 100644 --- a/rt/html/Ticket/Elements/ShowSummary +++ b/rt/html/Ticket/Elements/ShowSummary @@ -65,7 +65,7 @@ <& /Ticket/Elements/ShowLinks, Ticket => $Ticket &> <& /Elements/TitleBoxEnd &> <BR> - <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket &> + <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, Attachments => $Attachments &> <& /Ticket/Elements/ShowRequestor, Ticket => $Ticket &> @@ -75,6 +75,7 @@ </TABLE> <%ARGS> $Ticket => undef +$Attachments => undef </%ARGS> |
