--- mantisbt-1.2.3-orig/core/relationship_api.php 2010-09-14 20:40:10.000000000 +0200
+++ mantisbt-1.2.3/core/relationship_api.php 2010-10-21 17:20:09.000000000 +0200
@@ -631,6 +631,8 @@
$t_relationship_info_html = $t_td . string_no_break( $t_relationship_descr ) . ' ';
if( $p_html_preview == false ) {
$t_relationship_info_html .= '
' . bug_format_id( $t_related_bug_id ) . ' | ';
+ # Add the customer_id
+ $t_relationship_info_html .= '' . custom_field_get_value( custom_field_get_id_from_name( 'id_customer' ), $t_related_bug_id ) . ' | ';
$t_relationship_info_html .= '' . $t_status . ' | ';
} else {
$t_relationship_info_html .= $t_td . bug_format_id( $t_related_bug_id ) . '';