Revision 65de6f61
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
SL/Controller/TopQuickSearch/Article.pm | ||
---|---|---|
64 | 64 |
my ($self, $term) = @_; |
65 | 65 |
|
66 | 66 |
SL::Controller::Base->new->url_for( |
67 |
controller => 'ic.pl',
|
|
68 |
action => 'edit', |
|
67 |
controller => 'controller.pl',
|
|
68 |
action => 'Part/edit',
|
|
69 | 69 |
id => $term, |
70 | 70 |
); |
71 | 71 |
} |
Auch abrufbar als: Unified diff
Neuen Artikeltyp Sortiment in kivitendo eingebaut