diff options
author | ivan <ivan> | 2008-03-24 01:28:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-03-24 01:28:10 +0000 |
commit | f7696f45691c414aaa3c6fe48ce6e374588009f4 (patch) | |
tree | 3c359c478fee425a91a9599ff604a92a70847076 /rt/html/Ticket/Elements | |
parent | 0b704b4eeb63358df9094b4c68cd1f47d1a9bd23 (diff) |
part two of #1160: linking a ticket to its first customer will auto-link any customerless requestors
Diffstat (limited to 'rt/html/Ticket/Elements')
-rw-r--r-- | rt/html/Ticket/Elements/AddCustomers | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/html/Ticket/Elements/AddCustomers b/rt/html/Ticket/Elements/AddCustomers index 01c7367c4..e04c07702 100644 --- a/rt/html/Ticket/Elements/AddCustomers +++ b/rt/html/Ticket/Elements/AddCustomers @@ -1,4 +1,5 @@ %# Copyright (c) 2004 Ivan Kohler <ivan-rt@420.am> +%# Copyright (c) 2008 Freeside Internet Services, Inc. %# %# This work is made available to you under the terms of Version 2 of %# the GNU General Public License. A copy of that license should have @@ -24,6 +25,7 @@ </td> </tr> % } +</table> % } |