diff --git a/index.html b/index.html index 0a98f1f..ce79072 100644 --- a/index.html +++ b/index.html @@ -408,12 +408,13 @@ Tila + Asiakas Tyyppi Aihe Postilaatikko - Asiakas Viestejä Päivitetty + Osoitettu diff --git a/script.js b/script.js index a8a3652..71f231e 100644 --- a/script.js +++ b/script.js @@ -1325,12 +1325,13 @@ function renderTickets() { return ` ${ticketStatusLabels[t.status] || t.status} + ${t.customer_name ? esc(t.customer_name) : '-'} ${typeLabel} ${prioBadge}${companyBadge}${t.ticket_number ? `#${t.ticket_number}` : ''}${esc(t.subject)} ${esc(t.mailbox_name || t.from_name || t.from_email)} - ${t.customer_name ? esc(t.customer_name) : '-'} ${lastType} ${t.message_count} ${timeAgo(t.updated)} + ${t.assigned_to ? esc(t.assigned_to) : '-'} `; }).join(''); // Re-attach checkbox listeners