]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch/Contact.pm
generische E-Mail-Adresse für Lieferscheine
[mfinanz.git] / SL / Controller / TopQuickSearch / Contact.pm
index 322df37637472e3e164a33df188285026fc7de11..b3e0d9ed4b7074d6583ab174e4acb74a30dd082c 100644 (file)
@@ -58,7 +58,7 @@ sub select_autocomplete {
 
   my $contact = SL::DB::Manager::Contact->find_by(cp_id => $::form->{id});
 
-  SL::Controller::CustomerVendor->new->url_for(action => 'edit', id => $contact->cp_cv_id, db => db_for_contact($contact));
+  SL::Controller::CustomerVendor->new->url_for(action => 'edit', id => $contact->cp_cv_id, contact_id => $contact->cp_id, db => db_for_contact($contact), fragment => 'contacts');
 }
 
 sub do_search {