diff --git a/modules/crm_core_contact/crm_core_contact.module b/modules/crm_core_contact/crm_core_contact.module
index 2d4a81e..7893bac 100644
--- a/modules/crm_core_contact/crm_core_contact.module
+++ b/modules/crm_core_contact/crm_core_contact.module
@@ -518,6 +518,9 @@ function crm_core_contact_type_load($type, $reset = FALSE) {
  */
 function crm_core_contact_type_save($contact_type) {
   entity_save('crm_core_contact_type', $contact_type);
+  // Reset cache, this is actual for cases where several contacts added
+  // like install procedure.
+  drupal_static_reset('crm_core_contact_types');
 }
 
 /**
