diff --git a/VERSION b/VERSION index 6f898f5..1a848c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.90 +2.2.91 diff --git a/app/modules/telefoni/templates/log.html b/app/modules/telefoni/templates/log.html index 6736482..b2a95c1 100644 --- a/app/modules/telefoni/templates/log.html +++ b/app/modules/telefoni/templates/log.html @@ -988,19 +988,23 @@ async function loadCalls() { const contactHtml = r.kontakt_id ? `
${escapeHtml(r.contact_name || ('Kontakt #' + r.kontakt_id))} - - + +
${r.contact_company ? `
${escapeHtml(r.contact_company)}
` : ''}` : `
- - -
`;