Revision 9273a65b
Von Kivitendo Admin vor etwa 8 Jahren hinzugefügt
SL/Presenter/Part.pm | ||
---|---|---|
17 | 17 |
croak "Unknown display type '$params{display}'" unless $params{display} =~ m/^(?:inline|table-cell)$/; |
18 | 18 |
|
19 | 19 |
my $text = join '', ( |
20 |
$params{no_link} ? '' : '<a href="controller.pl?action=Part/edit&id=' . $self->escape($part->id) . '">', |
|
20 |
$params{no_link} ? '' : '<a href="controller.pl?action=Part/edit&part.id=' . $self->escape($part->id) . '">',
|
|
21 | 21 |
$self->escape($part->partnumber), |
22 | 22 |
$params{no_link} ? '' : '</a>', |
23 | 23 |
); |
Auch abrufbar als: Unified diff
Part Controller - id -> part.id