X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FPresenter%2FPart.pm;h=1f96cbe7b93aeeb21493f4804cfd88708c9bdda6;hb=dd2ee66b1d04c3644c48c32b33673463af223077;hp=f634b3fcd1cd7482fc30e20a8fe4c45106262aca;hpb=65de6f61582fbd9e93c4a06cb11daab66ff4f308;p=kivitendo-erp.git diff --git a/SL/Presenter/Part.pm b/SL/Presenter/Part.pm index f634b3fcd..1f96cbe7b 100644 --- a/SL/Presenter/Part.pm +++ b/SL/Presenter/Part.pm @@ -17,7 +17,7 @@ sub part { croak "Unknown display type '$params{display}'" unless $params{display} =~ m/^(?:inline|table-cell)$/; my $text = join '', ( - $params{no_link} ? '' : '', + $params{no_link} ? '' : '', $self->escape($part->partnumber), $params{no_link} ? '' : '', );