Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 932f2895

Von Sven Schöling vor fast 7 Jahren hinzugefügt

  • ID 932f289597f4466ab198317b7edaa474ed9ed45d
  • Vorgänger aa85133a
  • Nachfolger 1cff7d80

TopQuickSearch::Contacts: direkt auf den Ansprechpartner tab springen

Unterschiede anzeigen:

SL/Controller/TopQuickSearch/Contact.pm
58 58

  
59 59
  my $contact = SL::DB::Manager::Contact->find_by(cp_id => $::form->{id});
60 60

  
61
  SL::Controller::CustomerVendor->new->url_for(action => 'edit', id => $contact->cp_cv_id, db => db_for_contact($contact));
61
  SL::Controller::CustomerVendor->new->url_for(action => 'edit', id => $contact->cp_cv_id, contact_id => $contact->cp_id, db => db_for_contact($contact), hash => 'contacts');
62 62
}
63 63

  
64 64
sub do_search {

Auch abrufbar als: Unified diff