diff --git a/InvenTree/company/templates/company/company_base.html b/InvenTree/company/templates/company/company_base.html
index 7012272762..1eefade272 100644
--- a/InvenTree/company/templates/company/company_base.html
+++ b/InvenTree/company/templates/company/company_base.html
@@ -82,14 +82,14 @@
|
{% trans "Phone" %} |
- {{ company.phone }}{% include "clip.html"%} |
+ {% include "tel.html" with tel=company.phone %} |
{% endif %}
{% if company.email %}
|
{% trans "Email" %} |
- {{ company.email }}{% include "clip.html"%} |
+ {% include "mail.html" with mail=company.email %} |
{% endif %}
{% if company.contact %}