Revision 56053021
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
SL/DB/Project.pm | ||
---|---|---|
} elsif ($params{style} =~ m/description/) {
|
||
$description = $self->description;
|
||
|
||
} elsif ($params{style} =~ m/full/) {
|
||
} elsif (($params{style} =~ m/full/) && $self->customer) {
|
||
$description = $self->projectnumber;
|
||
if ($self->description && do { my $desc = quotemeta $self->description; $self->projectnumber !~ m/$desc/ }) {
|
||
$description .= ' ' . $self->description;
|
||
... | ... | |
domination)"). If the project's description is already part of the
|
||
project's number then it will not be appended.
|
||
|
||
If this project isn't linked to a customer then the style C<both> is
|
||
used instead.
|
||
|
||
=back
|
||
|
||
=back
|
Auch abrufbar als: Unified diff
Project::full_description: style=full für »kein Kunde verknüpft« gefixt