@@ -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
);