Revision fc9548f8
Von Sven Schöling vor fast 7 Jahren hinzugefügt
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, contact_id => $contact->cp_id, db => db_for_contact($contact), hash => 'contacts');
|
|
61 |
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');
|
|
62 | 62 |
} |
63 | 63 |
|
64 | 64 |
sub do_search { |
Auch abrufbar als: Unified diff
TopQuickSearch::Contact: fragment statt hash für for_url