Browse Source

Fixed issue #41

Stephen Ficklin 8 years ago
parent
commit
89306c0e0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado/includes/tripal_chado.entity.inc

+ 1 - 1
tripal_chado/includes/tripal_chado.entity.inc

@@ -166,7 +166,7 @@ function tripal_chado_tripal_default_title_format($bundle, $available_tokens) {
   }
   if ($table == 'stock') {
     $format[] = array(
-      'format' => '[stock__name]',
+      'format' => '[schema__name]',
       'weight' => -5
     );
   }