]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ct.pl
Bugfix zu Bug 789: Ansprechpartner zeigen jetzt auch den Vornamen an
[mfinanz.git] / bin / mozilla / ct.pl
index bc4f42829d9a83a1845c74986aa6257964f6595d..76d9fb71fc48ada95340d57717283d69041871a6 100644 (file)
@@ -267,6 +267,7 @@ sub form_header {
   $form->{is_customer}    = $form->{db}     eq 'customer';
   $form->{salesman_label} = sub { $_[0]->{name} ne "" ? $_[0]->{name} : $_[0]->{login} };
   $form->{shipto_label}   = sub { "$_[0]->{shiptoname} $_[0]->{shiptodepartment_1}" };
+  $form->{contacts_label} = sub { "$_[0]->{cp_givenname} $_[0]->{cp_name}" };
   $form->{taxzone_id}     = 0                                                               if !$form->{id};
   $form->{jsscript}       = 1;
   $form->{fokus}          = "ct.greeting";