diff options
| author | ivan <ivan> | 2006-04-09 23:41:01 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2006-04-09 23:41:01 +0000 |
| commit | 7bdf17a005cf4c0fe8b6b6ad1ce97abaa52a4510 (patch) | |
| tree | f0450821a9f8a80e53a4120ba29278492a97830f /httemplate/view/cust_main/tickets.html | |
| parent | 36197f0e2889826ddb9a64790150c7c232ba1afb (diff) | |
a few more fixups for our favorite include(...) from Scott Edwards
Diffstat (limited to 'httemplate/view/cust_main/tickets.html')
| -rw-r--r-- | httemplate/view/cust_main/tickets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/tickets.html b/httemplate/view/cust_main/tickets.html index 72d68152a..5c1d94ee1 100644 --- a/httemplate/view/cust_main/tickets.html +++ b/httemplate/view/cust_main/tickets.html @@ -31,7 +31,7 @@ Highest priority tickets (<A HREF="<%= FS::TicketSystem->href_customer_tickets($cust_main->custnum) %>">View all tickets for this customer</A>) (<A HREF="<%= FS::TicketSystem->href_new_ticket($cust_main, join(', ', grep { $_ !~ /^(POST|FAX)$/ } $cust_main->invoicing_list ) ) %>">New ticket for this customer</A>) -<%= table() %> +<%= include("/elements/table.html") %> <TR> <TH>#</TH> <TH>Subject</TH> |
